请问在使用workerman 时出现如下错误? 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); 试下
文件 D:\phpStudy\WWW\yanhua\server\Workerman\Events\Select.php
221行改成
stream_select($read, $write, $except, 0, (int)$this->_selectTimeout);
试下