From 2aca61a05a5bf43e2f7fd924f91bcbbc66b03b62 Mon Sep 17 00:00:00 2001 From: Amir Date: Fri, 23 Dec 2016 03:43:45 +0100 Subject: [PATCH] Stopped echoing messages on the web socket server --- ws/bin/amir/Comm.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ws/bin/amir/Comm.php b/ws/bin/amir/Comm.php index 503374e..bc38c32 100644 --- a/ws/bin/amir/Comm.php +++ b/ws/bin/amir/Comm.php @@ -120,8 +120,6 @@ class Comm implements MessageComponentInterface { //notify other subscribers that he has disconnected $this->notifyUsersOfDisconnection($room, $conn); - - echo 'user left'; } } }