walkor před 11 roky
rodič
revize
e4b3932fd9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;