Skip to content

Commit

Permalink
fix arbiter poll status changed
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Nov 10, 2022
1 parent 7851711 commit 620b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/arbiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ func (self *ArbiterVoter) addSubscriber(subscriber *ArbiterVoterSubscriber) {
}
self.glock.Unlock()
for _, s := range timeoutSubscribers {
s.handler(s, true)
s.handler(s, false)
}
}
}(subscriber.timeoutTime - time.Now().Unix())
Expand Down

0 comments on commit 620b278

Please sign in to comment.