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: Address Bugbot feedback — stale terminator and flush components
- AsyncWorker.kill(): Reset queue to None instead of putting a stale
_TERMINATOR (since we now cancel the task directly, the terminator
was never consumed and would break restart)
- close() with async transport: Call _flush_components() to flush
session flusher, log/metrics/span batchers even when sync flush
is skipped
- Update test to verify fresh queue creation after kill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments