-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
v1.32.4 breaks web sockets #18735
Comments
This is already fixed by a411144 |
meaning it will be in the next release? |
Correct, we will probably cut another patch release this week. |
Last deno version were websockets were working properly is still 1.32.3 |
@caramboleyo is there a reproduction code you could share that triggers this error? |
I can reproduce this, but only on secure websockets. |
They replaced this bug with another: |
I made a complex testcase now: |
@bartlomieju @littledivy I just ran into something similar - v1.33.0 broke secure websockets - causes 20 second hangs when EDIT: See a much more minimal replication here:
|
We're tracking the secure websocket bug in #20355. Closing this one. |
For some reason server now only pushes at the same time the browser client pulls something.
i use wss, establishing connection works fine, server onMessage works fine, but after using send on the server it just waits and does nothing until next incoming.
by downgrading to 1.32.3 everything works normal again.
Sidenote: with firefox websockets are waaaaay slower than with chrome.
The text was updated successfully, but these errors were encountered: