Legend
| Method: void onEndConnection()
Declarationprotected virtual void onEndConnection() SummaryWhen overridden in a derived class, handles the event when the current WebSocket connection is closed.RemarksAll exceptions thrown by your code are swallowed by default. Wrap your override in a try/catch in order to handle or log your exceptions. |