-
Notifications
You must be signed in to change notification settings - Fork 253
Description
进行回看时偶尔发现有连接僵死的现象,无法通过手动断开连接。手动点击断开时debug日志如下:
09:20:05 INFO [Worker 0] New client 192.168.15.42:56890 requested URL: /status/api/disconnect (method: POST)
09:20:05 DEBUG [Worker 0] r2h-token validated (source: cookie)
09:20:05 DEBUG [Worker 0] Checking client slot 0: active=1, client_id=192.168.15.35:43644-worker0-seq60, to match=192.168.15.35:43644-worker0-seq60
09:20:25 INFO [Worker 0] New client 192.168.15.42:62829 requested URL: /status/api/disconnect (method: POST)
09:20:25 DEBUG [Worker 0] r2h-token validated (source: cookie)
09:20:25 DEBUG [Worker 0] Checking client slot 0: active=1, client_id=192.168.15.35:43644-worker0-seq60, to match=192.168.15.35:43644-worker0-seq60
09:24:40 INFO [Worker 0] New client 192.168.15.42:52410 requested URL: /status/api/disconnect (method: POST)
09:24:40 DEBUG [Worker 0] r2h-token validated (source: cookie)
09:24:40 DEBUG [Worker 0] Checking client slot 0: active=1, client_id=192.168.15.35:43644-worker0-seq60, to match=192.168.15.35:43644-worker0-seq60
测试环境:
版本: 3.11.0
docker部署