gorilla/websocket

[BUG] 不能删除超时的连接

haowaiwai opened this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

有几率出现,log如下,请问怎么解决
心跳时间超时 关闭连接 死循环输出

Expected Behavior

心跳时间超时 关闭连接不会死循环输出

Steps To Reproduce

No response

Anything else?

webSocket 建立连接: 192.168.128.1:32946
读取客户端数据 错误 192.168.128.1:32946 websocket: close 1005 (no status)
读取客户端数据 关闭send &{192.168.128.1:32946 0xc0005966e0 0xc0005110e0 0 1708586828 1708586828 0}
Client发送数据 关闭连接 192.168.128.1:32946 ok false
Client发送数据 defer &{192.168.128.1:32946 0xc0005966e0 0xc0005110e0 0 1708586828 1708586828 0}
EventRegister 用户建立连接 192.168.128.1:32946

心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828
心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828
心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828
心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828
心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828
心跳时间超时 关闭连接 192.168.128.1:32946 0 1708586828

Can I delete an issue mistakenly submitted to another project?