TheThingsProducts / gateway

The Things Kickstarter Gateway
https://www.thethingsindustries.com/docs/gateways/models/thethingskickstartergateway
54 stars 20 forks source link

Add timeout for http socket connect #71

Closed danielkucera closed 1 year ago

danielkucera commented 2 years ago

When the http socket connection fails, there is no mechanism to recover from that situation and gateway stays in infinite loop. This patch adds timeout for connection so a retry can be done. This fixes gateway freezes with less reliable connectivity.