Skip to content

AK1000: do not call IWithTimers.Schedule inside PreRestart #84

@Aaronontheweb

Description

@Aaronontheweb

Calling any of the IWithTimers.ScheduleXXX methods will not work inside PreRestart because those timers will immediately be cancelled when the actor restarts, by design. If an actor wants to schedule a message to itself between restarts it should do that using the older methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AK1000Actor design rules.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions