Skip to content
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

Fix Websocket ping after close. Fix Websocket unhandled exception. #100

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

hc42
Copy link

@hc42 hc42 commented Feb 15, 2022

Fix for #99 where a Websocket ping was responded after session was marked closed and other messages were dropped.

Fix for unhandled exceptions in Websocket channel pipeline. FrameHandler catches them
and passes to onError instead of ignoring and running in default logger / stack trace printing by DefaultChannelPipeline.TailContext.

Fix for quarkusio#99 where a Websocket ping was responded after session was marked closed and other messages were dropped.

Fix for unhandled exceptions in Websocket channel pipeline. FrameHandler catches them
and passes to onError instead of ignoring and running in default logger / stack trace printing by DefaultChannelPipeline.TailContext.
@hc42
Copy link
Author

hc42 commented Feb 15, 2022

Let me know were you put tests, if you like unit or integration tests. I didn't find any suitable place.

Copy link
Member

@stuartwdouglas stuartwdouglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I don't really know how you can reliably write tests for this however.

@stuartwdouglas stuartwdouglas merged commit f791151 into quarkusio:main Feb 21, 2022
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