forked from quarkusio/quarkus-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Websocket ping after close. Fix Websocket unhandled exception.
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.
- Loading branch information
Hans-Christian Halfbrodt
committed
Feb 15, 2022
1 parent
154f07a
commit a03257b
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters