Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.11.5, 3.14.1, 3.15.0
-
None
-
Unknown
Description
Whenever a client closes an established connection to the WebSocket server, the Vert.x exception handler is triggered which results in the exception being propagated to the Camel exception handler.
This is not really necessary because the WS server already has a close handler registered. Therefore, it's safe to ignore any instances of ConnectionBase.CLOSED_EXCEPTION.