This commit is contained in:
freek 2018-11-30 17:24:55 +01:00
parent d7114a778a
commit 803864c8cd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class WebSocketHandler implements MessageComponentInterface
$this->channelManager = $channelManager; $this->channelManager = $channelManager;
} }
function onOpen(ConnectionInterface $connection) public function onOpen(ConnectionInterface $connection)
{ {
$this $this
->generateSocketId($connection) ->generateSocketId($connection)