Skip to content
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

[wasm64] Fix library_websocket.js #21527

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 14, 2024

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 #7672 (where it was renamed to test_websocket_send.c).

Fixes: #21515

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
@sbc100 sbc100 requested a review from kripken March 14, 2024 06:07
@sbc100 sbc100 merged commit 46917a5 into emscripten-core:main Mar 14, 2024
29 checks passed
@sbc100 sbc100 deleted the websocket_wasm64 branch March 14, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebSocket onmessage error with wasm64
2 participants