Parcourir la source

@ stream_select

walkor il y a 10 ans
Parent
commit
3866f7ce85
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      GatewayWorker/Lib/Gateway.php

+ 1 - 1
GatewayWorker/Lib/Gateway.php

@@ -126,7 +126,7 @@ class Gateway
        {
            $write = $except = array();
            $read = $client_array;
-           if(stream_select($read, $write, $except, 1))
+           if(@stream_select($read, $write, $except, 1))
            {
                foreach($read as $client)
                {