Skip to content

Commit

Permalink
fix(jetstream): Only call NakWithDelay() once
Browse files Browse the repository at this point in the history
  • Loading branch information
zapling committed Nov 3, 2024
1 parent 541b0e4 commit 7e53a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jetstream/jetstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ func (e *responseAndEvent) NakWithDelay(delay time.Duration) error {
if e.responseSent {
return nil
}
e.responseSent = true
return e.m.NakWithDelay(delay)
}

0 comments on commit 7e53a11

Please sign in to comment.