fix: platform client conn delete

This commit is contained in:
Gordon 2023-06-06 21:05:32 +08:00
parent 8ab6d91708
commit 05460a1b7e

View File

@ -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