Alonexy
Alonexy
## logs ``` 2019/08/06 10:27:25 [error] 48#48: *11 [lua] mysql_db.lua:30: query(): failed to connect: failed to connect: orange-database could not be resolved (3: Host not found): nil nil, client: 192.168.48.1,...
``` Uncaught ErrorException: unpack(): Type N: not enough input, need 4, have 0 in .../vendor/hprose/hprose-swoole/src/Hprose/Swoole/WebSocket/Client.php:174 ``` 174 行 ``` list(, $id) = unpack('N', substr($data, 0, 4)); ```
每秒大约有1000条数据 每条数据小于 6k 2个客户端 链接 断开后重新链接 数据就是一致的 如果一直链接 大约3-5分钟 客户端收到的数据就会比push的慢 服务器 负载良好