handled SSL connect failed on client side #4313

This commit is contained in:
XinyuHou
2015-02-02 15:33:40 +00:00
parent 10e6b5ad63
commit 3aa6bed669
2 changed files with 5 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ ClientApp::handleClientDisconnected(const Event&, void*)
m_events->addEvent(Event(Event::kQuit));
}
else if (!m_suspended) {
m_client->connect();
scheduleClientRestart(nextRestartTimeout());
}
updateStatus();
}