Detecting NetStatusEvent on Server
I've seen some situations where my NetStatusEvent handler is not notified correctly, especially when user closes browser or navigates away from my app.
Can I listen or otherwise detect NetStatusEvent on the server scripts?
For instance, when I do this:
_netGroup = new NetGroup(netConnection.getUnderlyingNetConnection(), groupSpec);
is there any way for my server side scripts to know when NetStatusEvent NetGroup.Connect.Success is to be dispatched?
Thanks in advance.
