walkor 11 лет назад
Родитель
Сommit
e4b3932fd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      applications/ChatDemo/Bootstrap/Gateway.php

+ 1 - 1
applications/ChatDemo/Bootstrap/Gateway.php

@@ -394,7 +394,7 @@ class Gateway extends Man\Core\SocketWorker
         $binded_uid = $this->getUidByFd($socket_id);
         if($binded_uid)
         {
-            $this->notice('notify connection success fail ' . $socket_id . ' already binded data:'.serialize($data));
+            $this->notice('notify connection success fail ' . $socket_id . ' already binded ');
             return;
         }
         $this->uidConnMap[$uid] = $socket_id;