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

Handle host bounce after crash #90

Closed
wants to merge 1 commit into from

Conversation

th7nder
Copy link
Contributor

@th7nder th7nder commented Feb 18, 2023

Fixes #88 .

We start storing handle as an Option for both Client and Simulated.
Option for Client is to simplify the block_on code, its not necessary.

It allows to store additional data in the runtimes, as they are no longer being removed when finished.

I guess I was doing it in parallel with @tereshch-aws (#89 ), but I did not refactor nor extract. Wanted to show my solution.

Copy link
Collaborator

@tereshch-aws tereshch-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Konrad.

Nice change! I've took different route initially but end up with the same solution as you.

I might have overdone it with refactoring in #89

I don't mind to go with your change. Let see what reviewers will say about refactoring I've done.

-Sergii

@th7nder th7nder closed this Feb 20, 2023
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.

Re-starting a crashed host with bounce panics
2 participants