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
{{ message }}
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
Hi,
I tried the CircuitBreaker from your nuget package and encountered a NullReferenceException instead of a CircuitBreakerTrippedException during the state change from "normal" to "tripped".
I think the exception occurs because the statemachine property in the states settings is null, and i think this is because of an initialization problem: The CircuitBreaker's constructor initialized the parameters with an uninitialized statemachine, so this property will ever be null.
Hi,
I tried the CircuitBreaker from your nuget package and encountered a NullReferenceException instead of a CircuitBreakerTrippedException during the state change from "normal" to "tripped".
I think the exception occurs because the statemachine property in the states settings is null, and i think this is because of an initialization problem: The CircuitBreaker's constructor initialized the parameters with an uninitialized statemachine, so this property will ever be null.