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
fix: prevent hang on coordinator dealloc and concurrent WindowOpener waits
- Resume saveCompletionContinuation in MainContentCoordinator.deinit to
prevent permanent hang if coordinator deallocates during save
- Support multiple concurrent waitUntilReady() callers in WindowOpener
by using an array of continuations instead of a single optional
0 commit comments