Skip to content

Commit

Permalink
fix: client reconnected every authenticationRefreshCheckSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Pereira committed Jul 26, 2023
1 parent 8bc1cd5 commit bcef09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/internal/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ func (c *connection) handleAuthChallenge(authChallenge *pb.CommandAuthChallenge)
return
}

// Broker expect authData to be not nil
// Brokers expect authData to be not nil
if authData == nil {
authData = []byte{}
}
Expand Down

0 comments on commit bcef09a

Please sign in to comment.