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
Rationale:
While it is possible to atomically transition state machine to "completed", it has multiple caveats:
* It breaks intuition that "close" allows actors to process remaining messages and call its body
* It introduces one more internal API dependency
* It makes behaviour of non-lazy and lazy actors inconsistent
Fixes#939
0 commit comments