orlopau/go-energy

Reconnect tcp

Closed this issue · 2 comments

Reconnect the tcp connection instead of always reopening.
Must implement exponential backoff.

Maybe already implemented by the modbus library, requires further testing.

Implemented in c6d50d1