- Fixed Writer: possible creation of a session after
DisposeAsync()
, which this could happen when there are canceled tasks inInFlightMessages
. - Dev:
Writer.MoveNext()
changed exception on cancelToken fromWriterException
toTaskCanceledException
. - Dev: changed log level from
Warning
toInformation
in(Reader / Writer).Initialize()
when it is disposed.
Full Changelog: v0.15.0...v0.15.1