Merge 8629562ab56e9a62d82198cdc7b3328073b98859 into 175a7bb0673eca18e9d1b10bff4f728da6b1b513

This commit is contained in:
buvidk1234 2026-09-01 07:24:11 +05:30 committed by GitHub
commit 9c447761cb
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()