-
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
WebSocketStream unhandled rejection #25077
Labels
Comments
The client script output looks like this to me:
|
Just in case: to get |
littledivy
added
bug
Something isn't working correctly
ext/websocket
related to the ext/websocket crate
labels
Aug 17, 2024
Seems to be related #22165, but the fix mentioned there doesn’t work in my case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version: Deno 1.45.5
OS: Linux
Steps: start a server which accepts a ws connection, not necessary to send anything from the server. Can use this one from another issue I’ve filed, just please comment out the part where it sends tons of messages. Start the client script (below). Exit the server script, in my case the client gets
Unexpected EOF
error.Somehow I get unhandled rejection, though in the client code below I can’t see where it pops up from. Is possible it gets thrown and not intercepted somewhere internally?
The text was updated successfully, but these errors were encountered: