chendeben %!s(int64=8) %!d(string=hai) anos
pai
achega
b2c480d499
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      App/Script/Controller/Server.php

+ 1 - 0
App/Script/Controller/Server.php

@@ -112,6 +112,7 @@ class Server extends Controller
         socket_connect($sock, $ip, $port);
         socket_set_block($sock);
         $status = socket_select($r = array($sock), $w = array($sock), $f = array($sock), 10);
+        sleep(2);
         return $status;
     }
 }