sunng87 / diehard

Clojure resilience library for flexible retry, circuit breaker and rate limiter
Eclipse Public License 2.0
330 stars 27 forks source link

fix: check if cause is null for FailsafeException in circuit breaker #63

Closed rslabbert closed 1 year ago

rslabbert commented 1 year ago

This replicates the fix from #57 in the with-circuit-breaker code which fixes circuit-breaker equivalent of #56.

sunng87 commented 1 year ago

Thank you!