mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-29 03:30:24 +08:00
改进在自动读超时模式下的Websocket连接
This commit is contained in:
@@ -23,4 +23,7 @@ type ClientConnInterface interface {
|
||||
|
||||
// UserId 获取当前连接所属服务的用户ID
|
||||
UserId() int64
|
||||
|
||||
// SetIsWebsocket 设置是否为Websocket
|
||||
SetIsWebsocket(isWebsocket bool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user