Cats Actors framework for building apps which are reactive. Cats actors uses a conceptual actor model as a higher level abstraction for concurrency.
105
stars
9
forks
source link
Fixed issue with FSM timeout not actually timing out #5
Closed
Mitrug closed 3 months ago
The FSM timeout processing upon a state transition was being based on the currentState. This should rather be based on the nextState.