Skip to content

Conversation

@ansd
Copy link
Member

@ansd ansd commented Feb 24, 2025

Prior to this commit, if the WebSocket client received multiple WebSocket frames in a single Erlang message by gen_tcp, the WebSocket client sent only the first received WebSocket frame to the application.

This commit fixes this bug by having the WebSocket client send all WebSocket frames to the application.

The test case can be found in the commercial repo PR 17.

Prior to this commit, if the WebSocket client received multiple
WebSocket frames in a single Erlang message by gen_tcp, the WebSocket
client sent only the first received WebSocket frame to the application.

This commit fixes this bug by having the WebSocket client send all
WebSocket frames to the application.
@ansd ansd added this to the 4.1.0 milestone Feb 24, 2025
@ansd ansd marked this pull request as ready for review February 24, 2025 19:49
@ansd ansd merged commit 3d7a027 into main Feb 24, 2025
266 of 268 checks passed
@ansd ansd deleted the ws-client branch February 24, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants