mirror of
https://github.com/craigerl/aprsd.git
synced 2026-03-31 20:25:34 -04:00
- APRSDRXThread: Replace time.sleep with self.wait for interruptible waits - APRSDRXThread.stop(): Use _shutdown_event.set() instead of thread_stop - APRSDRXThread: Error recovery waits check for shutdown signal - APRSDFilterThread: Use queue timeout with self.period for interruptible wait - Remove unused time import - Update tests to use new Event-based API