請問在使用workerman 時出現(xiàn)如下錯誤? Warning: stream_select(): The microseconds parameter must be greater than 0 in D:\phpStudy\WWW\yanhua\server\Workerman\Events\Select.php on line 221 謝謝!
文件 D:\phpStudy\WWW\yanhua\server\Workerman\Events\Select.php 221行改成 stream_select($read, $write, $except, 0, (int)$this->_selectTimeout); 試下