Skip to content

Handle errors when failing to send tracked messages #4

@TylerBloom

Description

@TylerBloom

Currently, the code for sending a tracked message to an actor ignores failures on send. This will still cause the tracker to yield a None, but that will occur only after the tracker is polled. For clients sending a message to a Permanent actor, this message could be unwrapped in the track call to provide a clearer error message. There isn't a clear solution for sending messages to Transient actors. Perhaps an option-like enum can be used? Maybe nothing at all is needed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions