Skip to content

Do not invoke disconnect callbacks on non-critical web socket transport error#3775

Merged
shroffk merged 1 commit intomasterfrom
fix_web_socket_transport_error
Apr 10, 2026
Merged

Do not invoke disconnect callbacks on non-critical web socket transport error#3775
shroffk merged 1 commit intomasterfrom
fix_web_socket_transport_error

Conversation

@georgweiss
Copy link
Copy Markdown
Collaborator

When StompSessionHandler encounters transport error it should only re-attempt connection and invoke disconnect callback when connection is lost. In other cases the error is logged.

"Non-critical" errors may occur if the server is unable to respond to heartbeat requests because it is busy. This can be seen for instance when debugging server side.

@sonarqubecloud
Copy link
Copy Markdown

@shroffk shroffk merged commit 0e4e200 into master Apr 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants