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

Protect service restoration against SentinelException #6451

Merged
merged 4 commits into from Sep 25, 2023

Conversation

CoderDake
Copy link
Contributor

@CoderDake CoderDake commented Sep 22, 2023

Fixes #6449

When spamming hot restart these service refreshes commonly throw SentinelExceptions. Meaning they stopped existing while being called.

This PR handles those expections with a do nothing, since we will need to recall these for the next service to start anyways

@CoderDake CoderDake marked this pull request as ready for review September 22, 2023 18:12
@CoderDake CoderDake requested a review from a team as a code owner September 22, 2023 18:12
Copy link
Member

@kenzieschmoll kenzieschmoll left a comment

Choose a reason for hiding this comment

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

can you add a changelog entry to package:devtools_app_shared?

@CoderDake CoderDake added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 25, 2023
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Sep 25, 2023
@auto-submit
Copy link

auto-submit bot commented Sep 25, 2023

auto label is removed for flutter/devtools/6451, due to - The status or check suite devtools_app integration-test integration_dart2js - flutter-web - shard 2/2 has failed. Please fix the issues identified (or deflake) before re-applying this label.

@CoderDake CoderDake added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 25, 2023
@auto-submit auto-submit bot merged commit 6af5dde into flutter:master Sep 25, 2023
31 checks passed
@CoderDake CoderDake deleted the platformOverride branch September 25, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hot restart causes platformOverride to fail
2 participants