Declaration
protected virtual void onTextMessageReceived(
string msg
)
Summary
When overridden in a derived class, handles an incoming text message from the client.
Parameters
string | msg |
The text message received from the client. |
Remarks
All exceptions thrown by your code are swallowed by default. Wrap your handler in a try/catch in order to
handle or log your exceptions.