We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2027d commit e549b1eCopy full SHA for e549b1e
Server.php
@@ -58,6 +58,7 @@ public function shutdown()
58
{
59
$this->loop->removeStream($this->master);
60
fclose($this->master);
61
+ $this->removeAllListeners();
62
}
63
64
public function createConnection($socket)
0 commit comments