Skip to content

DotPulsar 3.3.1-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@entvex entvex released this 20 Jun 10:58
· 9 commits to master since this release
d7cd9c2

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.