You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The consumer's subscription type is now part of the IConsumer interface
Fixed
Fixed race condition in Producer between Send(...) and DisposeAsync() dispose causing an unintended DivideByZeroException.
It now throws a ProducerClosedException.
The Process extension method will hang when called with EnsureOrderedAcknowledgment set to true, a shared subscription and MaxDegreeOfParallelism above 1.
It now throws a ProcessingException when EnsureOrderedAcknowledgment is set to true and with a shared subscription type.