Browse Source

Stopped echoing messages on the web socket server

pull/14/merge
Amir 9 years ago
parent
commit
2aca61a05a
  1. 2
      ws/bin/amir/Comm.php

2
ws/bin/amir/Comm.php

@ -120,8 +120,6 @@ class Comm implements MessageComponentInterface {
//notify other subscribers that he has disconnected //notify other subscribers that he has disconnected
$this->notifyUsersOfDisconnection($room, $conn); $this->notifyUsersOfDisconnection($room, $conn);
echo 'user left';
} }
} }
} }

Loading…
Cancel
Save