We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ryo-ma/deno-websocket#5 (comment)
See issue in the WebSocket repository.
The text was updated successfully, but these errors were encountered:
The original error tells Client MUST mask all frames (RFC-6455: Section 5.1).
Client MUST mask all frames (RFC-6455: Section 5.1)
https://deno.land/std@0.68.0/ws/mod.ts#L272-L279
The code above missing the mask from the frame, I guess this could be the issue.
Sorry, something went wrong.
WebSocket client landed in #7051 which will be available in 1.4.0 on Sunday. We've also deprecated client in std/ws/.
WebSocket
1.4.0
std/ws/
I think this issue is no longer relevant given WebSocket API.
No branches or pull requests
ryo-ma/deno-websocket#5 (comment)
See issue in the WebSocket repository.
The text was updated successfully, but these errors were encountered: