Skip to content

WART-Core 5.3.4

Latest
Compare
Choose a tag to compare
@engineering87 engineering87 released this 12 Dec 09:35
· 8 commits to develop since this release
253aaba

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.