akka-js / akka.js

Akka, for Scala.js
http://akka-js.org
474 stars 39 forks source link

Fix circuit breaker #110

Closed andreaTP closed 4 years ago

andreaTP commented 4 years ago

This fix #108

I already published a snapshot version from that branch. 2.2.6.1-fixCircuitBreaker2-SNAPSHOT and tested it against this repro: https://github.com/mliarakos/akkajs-circuit-breaker and everything looks fine. @mliarakos do you mind to double-check and validate? Thanks again for the report.

mliarakos commented 4 years ago

@andreaTP I double checked against mliarakos/akkajs-circuit-breaker and the lagom.js circuit breaker branch and everything looks good. Great job, thanks!