ellenhp / aprs.tools

APRS app for Android
GNU General Public License v3.0
17 stars 1 forks source link

aprsmonitor keeps getting stuck #74

Closed ellenhp closed 5 years ago

ellenhp commented 5 years ago

I'm setting all the timeouts correctly but it still just stops working occasionally. Log output looks like this:

[snipped, because it goes back forever]
Sending packets to server.
Response: 200             
Sending packets to server.
Response: 200             
Sending packets to server.
Response: 200             
Sending packets to server.
Response: 200             

Then nothing. Adding a software "watchdog timer" would fix this. I plan on having at least two of these jobs going in parallel so the dropped packets while the watchdog restarts the service don't concern me.