We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d78f2 commit 100f6acCopy full SHA for 100f6ac
1 file changed
Server.php
@@ -43,7 +43,7 @@ public function handleConnection($socket)
43
$client = $this->createConnection($socket);
44
$this->loop->addReadStream($socket, array($client, 'handleData'));
45
46
- $this->emit('connect', array($client));
+ $this->emit('connection', array($client));
47
}
48
49
public function getPort()
0 commit comments