mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-04-26 10:57:19 +00:00
- Re-check hasActiveWriteOperations() after acquiring mutex in processPendingDisconnects() to close race where write() registers an op between the pre-mutex check and mutex acquisition - Move cached char pointer writes inside connection-exists guard in discoverServices() to prevent dangling pointers on handle reuse - Add WARNING logs to both onConnect callbacks on mutex timeout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>