JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

ClankApp to param #8

Closed ivan1986 closed 10 years ago

ivan1986 commented 10 years ago

https://github.com/cboden/Ratchet/issues/128

or add unsubscribe on close

public function onClose(ConnectionInterface $conn) {
    foreach ($conn->Chat->rooms as $topic => $one) {
        $this->onUnSubscribe($conn, $topic);
    }
}

now topic not know about disconnect