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.
2 parents 1932a89 + 100f6ac commit 2c60d1aCopy full SHA for 2c60d1a
1 file changed
Server.php
@@ -43,7 +43,7 @@ public function handleConnection($socket)
43
44
$client = $this->createConnection($socket);
45
46
- $this->emit('connect', array($client));
+ $this->emit('connection', array($client));
47
}
48
49
public function getPort()
0 commit comments