This commit is contained in:
Marcel Pociot 2018-11-26 00:38:50 +01:00
parent f75ed6d86c
commit 7d6903591b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class WebSocketController implements MessageComponentInterface
{ {
function onOpen(ConnectionInterface $connection) function onOpen(ConnectionInterface $connection)
{ {
dump("Client connected");
} }
public function onMessage(ConnectionInterface $connection, MessageInterface $message) public function onMessage(ConnectionInterface $connection, MessageInterface $message)