Skip to content

Commit

Permalink
Ensure delegate registers handlers (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic authored Apr 12, 2021
1 parent 06b8f0b commit 77cdb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/fault_tolerant_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (f *FaultTolerantConsumer) recreateConsumer() error {

f.delegate = delegate
for _, h := range f.handlers {
f.RegisterHandler(h)
f.delegate.RegisterHandler(h)
}
return nil
}
Expand Down

0 comments on commit 77cdb96

Please sign in to comment.