thisisdevelopment / helium-route-updater

Automatically adds / removes euis from your helium routes based on updates from your LNS
MIT License
5 stars 2 forks source link

Add Timeout to LNS Connection #2

Closed kent-williams closed 2 months ago

kent-williams commented 10 months ago

First off, thank you for sharing this awesome service!

Issue: This service correctly times out if no connection can be made for most of the services it attempts to connect to. I discovered through some frustration, though, when running the container, that the LNS connection does not timeout and hangs without any output. This can be hard to debug since the container is very minimal, and you can't even drop into bash to poke around. Adding a timeout to the LNS connection should ensure that all failed connection attempts are printed to stdout.