In-Memory Queue for SignalR Decoupling, Error Handling, and Performance Improvement
Overview
This release introduces an in-memory queue for decoupling SignalR messaging, improving error handling, and enhancing performance.
Key Features
- SignalR Decoupling: The in-memory queue decouples SignalR from application logic, allowing asynchronous message processing, better fault tolerance, and improved scalability.
- Error Handling
- Performance Improvements:
- Asynchronous Processing improves throughput and reduces latency.
- Message Batching reduces overhead for higher load scenarios.