From cfd05b055742dd2732d291bdb30625d820f0eabc Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 14 May 2012 16:58:24 -0400 Subject: [PATCH] [Server] Close fix Another close fix from server->client close --- src/Ratchet/Server/IoConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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