处理方法
修改\vendor\workerman\workerman\Events\Selelct.php 274行
usleep($this->_selectTimeout); 改为以下usleep((int)$this->_selectTimeout);