Question about checking for reconnection

in Help Center
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
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
0
Comments
You should be able to use ice_getCachedConnection on your proxy. See Using Connections - Ice 3.4 - ZeroC
Best regards,
Bernard
Thank you for your help!