[Server] Close fix
Another close fix from server->client close
This commit is contained in:
parent
6e44d6bafa
commit
cfd05b0557
@ -33,7 +33,7 @@ class IoConnection implements ConnectionInterface {
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function close() {
|
||||
$this->server->onClose($this);
|
||||
// $this->server->handleEnd($this);
|
||||
$this->conn->end();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user