fix(msggateway): preserve client background status

pull/3766/head
buvidk 5 days ago
parent de0f1eec8a
commit 8629562ab5

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

Loading…
Cancel
Save