Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtime)!: make actors abortable from init #279

Merged
merged 5 commits into from Jun 20, 2022
Merged

feat(runtime)!: make actors abortable from init #279

merged 5 commits into from Jun 20, 2022

Conversation

DaughterOfMars
Copy link
Collaborator

Previously, an aborted actor would try to exit via the shutdown handle, but this would not abort if the actor is waiting in init. This change avoid using the shutdown handle until the actor has completed init, thus the abort handle is used instead during that time.

…ove INX connection retry logic to init. Better status error handling.
@DaughterOfMars DaughterOfMars changed the title feat!: make actors abortable from init feat(runtime)!: make actors abortable from init Jun 15, 2022
@grtlr grtlr merged commit 3784e7d into iotaledger:main Jun 20, 2022
@grtlr grtlr linked an issue Jun 21, 2022 that may be closed by this pull request
@DaughterOfMars DaughterOfMars deleted the main-retry-handling branch July 14, 2022 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LedgerUpdateStream not shutting down correctly
2 participants