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 {
|
type Client struct {
|
||||||
w *sync.Mutex
|
w *sync.Mutex
|
||||||
conn LongConn
|
conn LongConn
|
||||||
platformID int
|
platformID int `json:"platformID"`
|
||||||
isCompress bool
|
isCompress bool `json:"isCompress"`
|
||||||
userID string
|
userID string `json:"userID"`
|
||||||
isBackground bool
|
isBackground bool `json:"isBackground"`
|
||||||
ctx *UserConnContext
|
ctx *UserConnContext
|
||||||
longConnServer LongConnServer
|
longConnServer LongConnServer
|
||||||
closed bool
|
closed bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user