nutdotnet / WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.
GNU General Public License v3.0
209 stars 19 forks source link

Re-enable retry connection on first start #107

Closed gbakeman closed 11 months ago

gbakeman commented 11 months ago

I had disabled the auto-retry functionality at start because the program hangs as it tries to connect. We'll need to address multithreaded app functionality to truly fix this. In the mean time, WinNUT will now try to automatically reconnect at start when connection issues are encountered.

Closes #104