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
Per RX guideline 6.4, calls to selector functions passed in to the operator should be caught and fed through to the subscribed observer. Operator TakeWhile doesn't do this with the passed in predicate.
* ReactiveX#186: Feature:allow full reset of circuit breakers
* ReactiveX#186 Renaming reset and splitting events
Split reset behaviour from state transition
Sending up to two events in case of reset (state transition if any, reset)
* 218 fix in builder in CircuitBreakerConfig
Per RX guideline 6.4, calls to selector functions passed in to the operator should be caught and fed through to the subscribed observer. Operator TakeWhile doesn't do this with the passed in predicate.
The text was updated successfully, but these errors were encountered: