Skip to content

Last Ack Returns Base State Actor When Actor Stops on Error #3

@niACS

Description

@niACS

If a state pattern actor stops on error, the calling actor will receive a Last Ack with a State Actor class, instead of the actual actor.

As shown here, when Actor Core returns an error, the To More Specific Class cast will not execute, and will just return a default State Actor.

Image

To More Specific Class should ALWAYS execute. It should never fail, but it is acceptable to merge any error with the error output of Actor Core. The Actor Core error should take precedence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions