Skip to main content
April 8, 2011
Question

Detecting NetStatusEvent on Server

  • April 8, 2011
  • 1 reply
  • 559 views

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.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    April 12, 2011

    I do not think that's possible. When client closes the browser , connection is closed on client side but there is no notification of it on server-side as there is no way you can send that notification.