walkor
walkor
It appears that the connection was forcibly terminated by the client, which is a predictable warning and usually does not require special handling In the workerman source code @ is...
Please upgrade workerman/phpsocket.io to 1.1.15
This is an example for nginx config ``` server { location /socket.io { proxy_pass http://127.0.0.1:2120; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Real-IP $remote_addr; } } ``` Remember...
Please update file https://github.com/walkor/GatewayWorker/blob/master/src/Lib/Gateway.php which use persistent connections for Gateways and workers communication. If that works for you I will release a new version later.
哪个库提示过期就升级哪个库
Composer installation dependency is required
https://bla.cn 示例
贴下测试代码和Gateway::getALLClientInfo()详细的返回值吧。 这样一句无法获得用户信息是无法定位问题的
我本地没你的环境,没办法重现你的问题。 是否可以把 ``` php @stream_select($read, $write, $except, $timeout) ``` 中的@去掉看下是什么报错,贴一下?