aprsd/aprsd/cmds
Hemna 859f904602 Start keepalive thread first
This patch changes the order of the threads starting.  The Keepalive
thread's job is to test the aprsis/kiss client to see if it's up and
running, and then issue a reset if it's down.   On SIGINT, the keepalive
might issue that reset in the middle of a shutdown, which might cause
things to hang when everything should be shutting down.  Making the
KeepaliveThread first, means it will be the first to be shut down as
well, preventing the next loop from resetting the client.
2023-08-23 13:45:46 -04:00
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
dev.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
fetch_stats.py Change how fetch-stats gets it's defaults 2023-07-22 17:05:11 -04:00
healthcheck.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
list_plugins.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
listen.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
send_message.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
server.py Start keepalive thread first 2023-08-23 13:45:46 -04:00
webchat.py Start keepalive thread first 2023-08-23 13:45:46 -04:00