Skip to content

Conversation

rubik-cube-man
Copy link
Contributor

Currently, there is an issue when a message is sent over a websocket which is over the max frame size, that it is not correctly reassembled first. The current behaviour processes each frame of a message as a response, as opposed to joining the frames together first.

This change switches the handler() method to textMessageHandler() instead. This new method only passes the assembled message through.

@phillip-kruger phillip-kruger requested a review from jmartisk April 27, 2025 23:55
@jmartisk jmartisk merged commit 0302f79 into smallrye:main Apr 30, 2025
8 of 10 checks passed
@jmartisk
Copy link
Member

Thanks!

@github-actions github-actions bot added this to the 2.12.3 milestone Apr 30, 2025
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.

2 participants