v0.9.0-rc1
·
211 commits
to main
since this release
- Topic Writer updated release candidate:
- Do not send messages that have a timeout by cancelToken.
- If your value serializer throws an exception, this will be wrapped in a WriterException with unspecified status.
- Added BufferOverflowRetryTimeoutMs to the next try write.
- Rename _disposeTokenSource -> _disposeCts.
- Optimize write worker: if (_toSendBuffer.IsEmpty) continue.
- On RPC errors create DummyWriterSession.
- Message has been skipped because its sequence number is less than or equal to the last processed server's SeqNo.
- Calculate the next sequence number from the calculated previous messages.
Full Changelog: v0.9.0-rc0...v0.9.0-rc1