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
BAF-1446: fix stale command clearing on device reconnect
- Only clear module command queue when no other device was connected to that module before reconnect
- Fix _CommandQueue.clear() race: replace blocking get() loop with atomic Queue.mutex drain