You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current mod.ts in std/ws masks the frame on send() which errors in the browser with the message: "A server must not mask any frames that it sends to the client."
Playing around with a websocket chat as an example: https://github.com/drdreo/deno-chat
I copied the mod.ts and simply not creating the mask fixed that error for me.
The current mod.ts in std/ws masks the frame on send() which errors in the browser with the message: "A server must not mask any frames that it sends to the client."
Playing around with a websocket chat as an example: https://github.com/drdreo/deno-chat
I copied the mod.ts and simply not creating the mask fixed that error for me.
The text was updated successfully, but these errors were encountered: