mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
#1138 Fixed reconnect.
This commit is contained in:
@@ -64,7 +64,8 @@ protected:
|
||||
HostLookupState,
|
||||
ConnectingState,
|
||||
ConnectedState,
|
||||
ClosingState
|
||||
ClosingState,
|
||||
ReconnectingState
|
||||
};
|
||||
|
||||
inline bool isQuiet() const { return m_quiet || m_failures >= m_retries; }
|
||||
|
||||
Reference in New Issue
Block a user