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
This example of a basic javax websocket string decoder which appends a = character to the end of each message, works in 9.4.x but not 10.0.x.
The tests for encoders/decoders really only test the decoders themselves and don't seem to test them live in a websocket connection. Testing for this should be improved and the implementation in 10.0.x should be fixed to maintain the correct behaviour.
The text was updated successfully, but these errors were encountered:
Jetty version
10.0.x
Description
This example of a basic javax websocket string decoder which appends a
=
character to the end of each message, works in 9.4.x but not 10.0.x.The tests for encoders/decoders really only test the decoders themselves and don't seem to test them live in a websocket connection. Testing for this should be improved and the implementation in 10.0.x should be fixed to maintain the correct behaviour.
The text was updated successfully, but these errors were encountered: