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
When streaming envelopes, send them in batches rather than one-by-one.
We use a different batching strategy based on whether the subscription
is originator/topic/global.
#255
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
- **New Features**
- Introduced batch processing for envelope sending, improving
performance.
- Enhanced listener and subscription mechanisms with better error
handling and logging.
- Added new methods to various envelope structs for improved topic
management.
- **Bug Fixes**
- Improved handling of invalid topics and ensured proper cursor
management.
- **Tests**
- Updated test cases to utilize new topic variables for consistency and
readability.
- Added a new utility function for creating originator envelopes with
specified topics.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
No description provided.
The text was updated successfully, but these errors were encountered: