Chatroom, show who is online
Posted
by proyb
on Stack Overflow
See other posts from Stack Overflow
or by proyb
Published on 2010-04-14T19:20:16Z
Indexed on
2010/04/14
19:23 UTC
Read the original article
Hit count: 298
Using BlazeDS, I have developed a simple chat room but how do I go about showing who is online and what happen if the user close the web browser without disconnect, will the user name in the online list be remove immediately?
I use mx.messaging.channels.StreamingAMFChannel and set
<subscription-timeout-minutes>3</subscription-timeout-minutes>
© Stack Overflow or respective owner