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