-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
New Websockets doesnt work #16132
Labels
Milestone
Comments
Started to learn quarkus and encounter this bug. (ubuntu environment) |
quarkusio/quarkus-http#67 will fix it |
If you need a workaround you can include the following in your project:
|
Will be fixed in 1.13.1.Final. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am getting an exception and the websocket connection will be closed. After the update to 1.13.0.Final. The same code is working with 1.12.2.
An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually
means the last handler in the pipeline did not handle the exception.: io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException: RSV != 0 and no extension negotiated, RSV:
4
Expected behavior
Working as with Quarkus 1.12.2 No Exception and die ability to transfer data on the websocket connection
Actual behavior
I am getting an exception and the websocket connection will be closed.
To Reproduce
The error is reproduceable with the websocket example. After the click on connect.
https://quarkus.io/guides/websockets
Configuration
Environment (please complete the following information):
Output of
uname -a
orver
Quarkus version or git rev
##Stacktrace
The text was updated successfully, but these errors were encountered: