DotPulsar 3.3.1-rc.1
Pre-release
Pre-release
Added
- The consumer's subscription type is now part of the
IConsumer
interface
Fixed
- Fixed race condition in
Producer
betweenSend(...)
andDisposeAsync()
dispose causing an unintendedDivideByZeroException
.
It now throws aProducerClosedException
. - The
Process
extension method will hang when called with EnsureOrderedAcknowledgment set to true, a shared subscription and MaxDegreeOfParallelism above 1.
It now throws aProcessingException
when EnsureOrderedAcknowledgment is set to true and with a shared subscription type.