Question
helloVideo app in the O'Reilly book
Hi guys,
I am going over the helloVideo app in the O'Reilly book.
I am having a bit of bother with user disconnecting from the app.
application.onDisconnect is not triggering till the last user leaves the room. So the idPool doesn't get updated.
I am looking over the book and i cant see anything i missed.
NetConnection.Connect.Closed
is returned after nc.close() is called.
I presume i should be seeing the trace on the application.onDisconnect()and that the users_so should be updated triggering a change for every other user connected.
Anyone?
Thanks
Paul
I am going over the helloVideo app in the O'Reilly book.
I am having a bit of bother with user disconnecting from the app.
application.onDisconnect is not triggering till the last user leaves the room. So the idPool doesn't get updated.
I am looking over the book and i cant see anything i missed.
NetConnection.Connect.Closed
is returned after nc.close() is called.
I presume i should be seeing the trace on the application.onDisconnect()and that the users_so should be updated triggering a change for every other user connected.
Anyone?
Thanks
Paul
