mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 19:46:57 +08:00
fix: platform client conn delete
This commit is contained in:
parent
8ab6d91708
commit
05460a1b7e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user