Hi,
I made a chat application that uses rtmp connections.
When a chat client disconnects cleanly by shutting
down the chat application, the server listeners that
I created are instantly aware of this.

However, if the client loses internet connection,
the server doesn't get any sort of alert. We
test this by unplugging the client network cable.

We are using LiveCycle data services for this
using a tomcat server. 

I bootstrapped a listener service in services-config.xml
to listen for disconnect events.

<service id="listener" class="flex.chat.MyDSListener"/>

The events monitored are:
clientCreated
clientDestroyed
sessionCreated
sessionDestroyed
messageClientCreated
messageClientDestroyed

Again, these work FINE when the client just closes
the app. But NOTHING comes across when the client
loses internet. ALSO, on the server, I run 
netstat -an and it appears the client is still connected.




Reply via email to