SKPHP1989 / phpws

Automatically exported from code.google.com/p/phpws
0 stars 0 forks source link

WebSocketUriHandler does not provide an onDisconnect method #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if the WebSocketUriHandler provided the onDisconnect method 
like the IWebSocketServerObserver.

At the moment, to get knowledge of a disconnect you have to either override the 
removeConnection method and ensure you correctly call the parent method.

Original issue reported on code.google.com by Rybad...@gmail.com on 21 May 2012 at 6:57

GoogleCodeExporter commented 8 years ago
Added =) Pushed it to git, but also a new zip is available under Downloads!

Original comment by ch...@devristo.com on 21 May 2012 at 6:22

GoogleCodeExporter commented 8 years ago
Thank you very much!

Your library has been a big help to me as I'm just starting with Websockets. 
It's made it a walk in the park!

Original comment by Rybad...@gmail.com on 21 May 2012 at 7:12

GoogleCodeExporter commented 8 years ago
That is a very nice thing to hear :)

Thank you :)

Original comment by ch...@devristo.com on 22 May 2012 at 7:44