Skip to content

Commit

Permalink
Update functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoSunUber committed Sep 8, 2023
1 parent 779d329 commit 8d06ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ mainLoop:
}
for _, broker := range brokers {
err := broker.Open(client.Config())
if err != nil {
if err != nil && err != ErrAlreadyConnected {
client.Close()
continue retryLoop
}
Expand Down

0 comments on commit 8d06ab9

Please sign in to comment.