#1138 Fixed reconnect.

This commit is contained in:
XMRig
2019-08-30 10:04:12 +07:00
parent 1949a1f812
commit 3a768f2eb0
4 changed files with 43 additions and 28 deletions

View File

@@ -64,7 +64,8 @@ protected:
HostLookupState,
ConnectingState,
ConnectedState,
ClosingState
ClosingState,
ReconnectingState
};
inline bool isQuiet() const { return m_quiet || m_failures >= m_retries; }