windows下使用GatewayWork框架時報錯stream_socket_client(): unable to connect to tcp://127.0.0.1:2900 (Connection refused)...
我定時器設(shè)置啦如果是幾秒或者幾十秒之后運行是沒有問題的,但是如果設(shè)置時間稍微長啦點就不起作用,這個是什么問題導(dǎo)致的呢 我的代碼:self::$timerid=\Workerman\Lib\Timer::add(intval($message_data), array("Events", 'updateFans'), array(), false);...