-
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
Automatic pongs should not be sent when connection is closed #8353
Comments
Jetty 9.4 has reached the end of community support (see #7958). If you upgrade to Jetty 10 do you still encounter this error? Jetty 10 has major changes to the websocket implementation, so you may not experience the same issue after upgrading. |
Signed-off-by: Lachlan Roberts <[email protected]>
Thank you for a quick response. Unfortunately, we are not able to upgrade to Jetty 10 yet, as we have to stay backwards compatible with Java 8 for the time being. It seems like you've already checked that the issue is present in Jetty 10 and #8356 should resolve it. Do you need any more input from my side? |
…AfterClose Issue #8353 - websocket automatic pong response frames
Jetty version(s)
9.4.48.v20220622
Java version/vendor
Eclipse Adoptium OpenJDK Runtime Environment 11.0.15+10
OS type/version
Linux 5.4.0-122-generic (amd64)
Description
We observe that Jetty websocket client automatically replies to pings with pongs, even though the channel has already been closed in the meantime. In this scenario, we expect that no pong should be sent.
The text was updated successfully, but these errors were encountered: