jmccrohan / pysolarmanv5

A python module to interact with Solarman Data Logging Sticks
MIT License
116 stars 25 forks source link

Improved auto-reconnect & docstrings #29

Closed githubDante closed 1 year ago

githubDante commented 1 year ago

Added additional logic in the reader loop for better handling of closed connections. Added docstrings.

ConnectionReset can also occur on read() (it's more common actually), so an extra try/except block has been added there.

githubDante commented 1 year ago

Need to fix something