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

go/runtime/host: Always emit StoppedEvent on stop #4647

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Apr 7, 2022

Previously the StoppedEvent was only emitted in case the runtime was
previously running. In case multihost was performing a version switch
when a runtime was not yet started, this resulted in a deadlock.

@kostko kostko added the c:bug Category: bug label Apr 7, 2022
Previously the StoppedEvent was only emitted in case the runtime was
previously running. In case multihost was performing a version switch
when a runtime was not yet started, this resulted in a deadlock.
@kostko kostko force-pushed the kostko/fix/multihost-stop-deadlock branch from 460686a to 6aab8d5 Compare April 7, 2022 10:20
@kostko kostko merged commit 202c8b8 into master Apr 7, 2022
@kostko kostko deleted the kostko/fix/multihost-stop-deadlock branch April 7, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:bug Category: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants