Archived

This forum has been archived. Please start a new discussion on GitHub.

Question about checking for reconnection

Hi!
Can you explain me, how can i check, that client was reconnected to server?
When i restart server-side application, in debug-mode i get LocalExceptionWrapper - exception, and then client automatically reconnects to server without thowing any exception on the top level of code. How can i check, that client was reconnected to the sever? May be is there any unique-id's of connetion or hash-values?

Thank's

Comments