mirror of
https://github.com/smittix/intercept.git
synced 2026-06-09 06:31:55 -07:00
03c5d33eb7
The reader thread loop checks self._running but it was being set to True after _start_satdump() returned, which is after the thread already started. The thread would see _running=False and exit immediately without reading any SatDump output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>