Skip to content

ActorStatusReport::Terminated doesn't necessarily means that actor is ready to receive messages #177

@nerodono

Description

@nerodono

Consider the following situation:

  1. actor A subscribes to actor B's statuses
  2. actor B dies
  3. actor A gets notification about actor B termination
  4. actor A immediately sends message which should create actor B

Expected behavior: actor B gets created and receives our message
Actual behavior: actor A gets "mailbox closed" error

MRE

TODO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions