Skip to content

Possible bug: calling Become twice in the same method #1849

@Aaronontheweb

Description

@Aaronontheweb

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions