Merge 8629562ab56e9a62d82198cdc7b3328073b98859 into 2f7561bf49d622af7e47dd4d01fdad204fb2efcd

This commit is contained in:
buvidk1234 2026-07-23 19:15:38 +08:00 committed by GitHub
commit e5e0239627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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