Skip to content

Commit

Permalink
fix(fxgcppubsub): Fixed nack reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jul 10, 2024
1 parent ff72fc6 commit 783f5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fxgcppubsub/reactor/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ func (s *DefaultWaiterSupervisor) StopWaiter(target string, data any, err error)

if waiter, found := s.waiters[target]; found {
waiter.Stop(data, err)

delete(s.waiters, target)
}
}

0 comments on commit 783f5d3

Please sign in to comment.