reconnect the device after one minute of no signal and add reconnect count to info result, removed extra blank line from info result
This commit is contained in:
@@ -69,6 +69,9 @@ private:
|
||||
/** the @a Device instance. */
|
||||
Device* m_device;
|
||||
|
||||
/** the number of reconnects requested from the @a Device. */
|
||||
unsigned int m_reconnectCount;
|
||||
|
||||
/** the @a MessageMap instance. */
|
||||
MessageMap* m_messages;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user