Error handling and resilience extensions for SyncState. Provides retry mechanisms, circuit breakers, and other fault tolerance patterns for property loading and command handling through interceptors.
$ dotnet add package SyncState.ErrorHandlingSyncstate is an Asp.Net library for defining global state and synchronizing it across clients in real-time.
Using fluent-builder syntax, you can define your state states, their properties,
how and when they are gathered from your application, and finally how you want to propagate them to your clients.