dariocravero / padrino-websockets

Agnostic websockets support for Padrino
MIT License
14 stars 9 forks source link

Fix on_shutdown #6

Closed dariocravero closed 9 years ago

dariocravero commented 9 years ago

Fixed on_shutdown to call parent in faye and to delete the right thing (the user) when clsoing the connection on the channel.

Fixes #5.