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

Disposers race condition #10844

Open
rymsha opened this issue Jan 7, 2025 · 0 comments
Open

Disposers race condition #10844

rymsha opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels

Comments

@rymsha
Copy link
Contributor

rymsha commented Jan 7, 2025

Basically this is due to #7966

Situation

  • local app installed (bundle 1)
  • disposers are ready
  • local app with the same name replaced (bundle 2)
  • disposers called - but for bundle 2

Other races exist, but this is the most obvious one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant