Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17646

camel-vertx-websocket - Server exception handler should check for cause ConnectionBase.CLOSED_EXCEPTION

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.11.5, 3.14.1, 3.15.0
    • 3.11.6, 3.14.2, 3.16.0
    • camel-vertx-websocket
    • 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.

      Attachments

        Activity

          People

            jamesnetherton James Netherton
            jamesnetherton James Netherton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: