mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-03-29 05:19:50 +00:00
The unprotected _clients.find() could race with processPendingDisconnects() erasing from the map concurrently. Mutex is released before the blocking getService() GATT call. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>