-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
JettyWebSocketFrameHandlerFactory.createAnnotatedMetadata(...) does not provide handle methods for Ping and Pong #7992
Comments
Can you show us what WebSocket endpoint you had when using That |
Thank you for your reply.As soon as I find the time I will check what you wrote and might come back to this Issue. |
@MobAbi probably best to open an issue asking about this on the spring project. But it looks like they have addressed this in their |
Thx for your reply. |
This issue has been automatically marked as stale because it has been a |
I don't know much about the available Spring versions either. Open an issue on their repository if this is still not working because there is nothing we can do to fix it here. |
Jetty Version 10.0.9
Java 11
I upgraded from Jetty 9 to 10 and noticed that the Ping/Pong does not work anymore as before.
If I debugged that correctly, then it is because in websocket-jetty-common-10.0.9.jar
the jettyWebSocketFrameHandlerFactory.createAnnotatedMetadata() method does not supply metadata
for the handleMethods for Ping and Pong.
Is this a bug or a feature?
The text was updated successfully, but these errors were encountered: