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
.NET 10 Support β Added support for .NET 10. (#1679)
RabbitMQ Channel Pool β Fixed an issue where faulty IChannel instances were incorrectly returned to the connection pool. (#1759)
Dispatcher Refactoring β Refactored the Dispatcher component to improve modularity and maintainability.
Async Consumer Interfaces β Updated IConsumerClient and IProcessingServer interfaces to use asynchronous methods instead of synchronous ones for better performance and scalability.
π Bug Fixes
RabbitMQ Consumer Concurrency β Fixed RabbitMQ consumer concurrency issues by ensuring safe message body handling during asynchronous processing. (#1767)