mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 18:15:59 +08:00
fix: platform client conn delete
This commit is contained in:
@@ -45,10 +45,10 @@ type PongHandler func(string) error
|
||||
type Client struct {
|
||||
w *sync.Mutex
|
||||
conn LongConn
|
||||
platformID int
|
||||
isCompress bool
|
||||
userID string
|
||||
isBackground bool
|
||||
platformID int `json:"platformID"`
|
||||
isCompress bool `json:"isCompress"`
|
||||
userID string `json:"userID"`
|
||||
isBackground bool `json:"isBackground"`
|
||||
ctx *UserConnContext
|
||||
longConnServer LongConnServer
|
||||
closed bool
|
||||
|
||||
Reference in New Issue
Block a user