mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-01 09:27:03 +08:00
handled SSL connect failed on client side #4313
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user