Skip to content

Commit

Permalink
no nowait
Browse files Browse the repository at this point in the history
  • Loading branch information
coddmeistr committed Dec 5, 2024
1 parent 7ed09f5 commit 6c9f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pubsub/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (ps *PubSub[T]) Consume(name, exchange, topic string, options ...ConsumeOpt
o := options[0]
exclusive = o.Exclusive
durable = o.Durable
noWait = o.NoWait
noWait = false
withRetry = o.WithRetry
maxRetries = o.MaxRetries
delayMilli = o.DelayMilli
Expand Down

0 comments on commit 6c9f0b8

Please sign in to comment.