我建立了5个worker进程, 我想让第一个只运行定时器, 不接受客户端连接, 而其他四个可以接受连接, 这个如何做到呢? 这第一个worker进程还要可以群发或者给指定客户端发送数据...
正常情况下GatewayWorker平滑重启不会造成客户端中断链接, 但是如果在平滑重启的那一刻, 客户端有发送数据进来, GatewayWorker就会报下面的错误: SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://wiki.workerman.net/Erro...