diff --git a/src/Ratchet/Server/IoConnection.php b/src/Ratchet/Server/IoConnection.php index e7492b8..280582e 100644 --- a/src/Ratchet/Server/IoConnection.php +++ b/src/Ratchet/Server/IoConnection.php @@ -33,7 +33,7 @@ class IoConnection implements ConnectionInterface { * {@inheritdoc} */ public function close() { - $this->server->onClose($this); +// $this->server->handleEnd($this); $this->conn->end(); } } \ No newline at end of file