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
Had a thread in Gitter chat today where it looked like calling Become twice produced an unexpected behavior.
Suppose an actor has two behaviors:
A
B
If inside the constructor we call Become(A) and method A calls Become(B), what's the final behavior? It looks like current behavior is to include all of the Receives for both A and B.