Actions
Bug #2630
closedWebSocketChannel catches the wrong exceptions
Start date:
Due date:
% Done:
100%
Estimated time:
Description
In several places, WebSocketChannel tries to catch an exception of type websocketpp::lib::error_code, but the correct type is websocketpp::exception.
However, instead of just fixing the catch statement, I suggest switching to the non-throwing variants of the relevant functions.
Actions