You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The Jetty WebSocket API @OnWebSocketMessage annotation does not support partial messages, while the Javax API does support this. To use partial messages you must implement WebSocketPartialListener.
We should consider adding support for partial messages for the OnWebSocketMessage annotation in the jetty ws API.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
Jetty version
10.0.x
Description
The Jetty WebSocket API
@OnWebSocketMessage
annotation does not support partial messages, while the Javax API does support this. To use partial messages you must implementWebSocketPartialListener
.We should consider adding support for partial messages for the
OnWebSocketMessage
annotation in the jetty ws API.The text was updated successfully, but these errors were encountered: