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
shutdownBackgroundExecutorAsync() now captures the executor reference
before spawning the shutdown thread, so it only shuts down the intended
executor — not a replacement created by resetBackgroundInitializationState().
resetBackgroundInitializationState() now always creates a fresh executor
instead of conditionally reusing one that may have a pending async shutdown.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments