|
|
|
@ -91,7 +91,6 @@ func (c *Client) ResetClient(ctx *UserConnContext, conn ClientConn, longConnServ
|
|
|
|
c.UserID = ctx.GetUserID()
|
|
|
|
c.UserID = ctx.GetUserID()
|
|
|
|
c.ctx = ctx
|
|
|
|
c.ctx = ctx
|
|
|
|
c.longConnServer = longConnServer
|
|
|
|
c.longConnServer = longConnServer
|
|
|
|
c.IsBackground = false
|
|
|
|
|
|
|
|
c.closed.Store(false)
|
|
|
|
c.closed.Store(false)
|
|
|
|
c.closedErr = nil
|
|
|
|
c.closedErr = nil
|
|
|
|
c.token = ctx.GetToken()
|
|
|
|
c.token = ctx.GetToken()
|
|
|
|
|