You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked existing issues & PRs to ensure not duplicated.
Description
Currently the unsubscribe call here is not guaranteed to be executed on MainActor.
Using isolated-synchronous-deinit would make it possible to guarantee to be executed on MainActor at compile time without any workaround.
Example Use Case
N/A
Alternative Solution
No response
Proposed Solution
No response
Motivation & Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Description
Currently the unsubscribe call here is not guaranteed to be executed on MainActor.
Using isolated-synchronous-deinit would make it possible to guarantee to be executed on MainActor at compile time without any workaround.
Example Use Case
N/A
Alternative Solution
No response
Proposed Solution
No response
Motivation & Context
No response
The text was updated successfully, but these errors were encountered: