创建定时器 $_SESSION['timer'+变量] = Timer::add(1, function(){}); 销毁定时器 Timer::del($_SESSION['timer'+变量]); 请问多进程会不会出现timer1定时器在A进程,B进程无法清除报错,或者timer1定时器在C进程,D进程无法清除...
thinkphp框架 整合workerman和geteway 第一天启动服务时一切正常 第二天客户端发起连接时连接不上了 之前还出现过cpu100%的情况,不知道该怎么排查,没有用循环代码 日志报错 SendBufferToWorker fail. May be the send buffer are overflow. See SendBufferToWorker fail. The connections bet...