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.
Updated by Wentao Shang over 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 70
Updated by Wentao Shang over 9 years ago
- Status changed from Code review to Closed
- % Done changed from 70 to 100
Actions