-
Notifications
You must be signed in to change notification settings - Fork 3.4k
WebSocket onmessage error with wasm64 #21515
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
Comments
Update `test_websocket_send.c` such that it checks that both text and binary messages are received. Also, delete `websocket.c` which I think was supposed to be removed as part of emscripten-core#7672 (where it was renamed to test_websocket_send.c). Fixes: emscripten-core#21515
Is it possible, that the fix does not work anymore? I had a look in the Like this:
|
What error are you seeing now? Are you referring to the changed made in #21531? Did you remove the new |
Maybe open a new bug? Unless you think the new issue is is the same thing (i.e. wasm64 related). |
Yes, at least that's what I thought. I only removed the |
Hi, as already explained in #21503 im currently trying to work with -sMEMORY64. The previous bug is resolved, thank you for that. However, now if I receive a message I have the weird bug, that there is no data even though the debug message prints the data.
I have the following code to test:
The Debug Output is the following:
I get that the index is out of bounds, because there is no data - however the debug message prints the received message correctly? Thanks for your help!
The text was updated successfully, but these errors were encountered: