We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad243f commit cbbceb5Copy full SHA for cbbceb5
1 file changed
backend/cluster/client.go
@@ -294,8 +294,6 @@ func (c *Client) connectOnce(ctx context.Context) error {
294
c.statusMutex.Lock()
295
c.isConnected = false
296
c.readLoopStarted = false
297
- c.statusMutex.Unlock()
298
- c.statusMutex.Lock()
299
if c.conn != nil {
300
_ = c.conn.Close() // Ensure underlying connection is closed
301
c.conn = nil
0 commit comments