Best practice for handling ConnectionDroppedHandler in OCS Server Application
- by Paul Nearney
Hi all,
In general, it seems that the majority of times that ConnectionDroppedHandler would get called in an OCS server application is for expected reasons e.g. server application has been unregistered, server is shutting down, etc.
Are there any unexpected situations in which ConnectionDroppedHandler can be called? Basically, i'm wondering…