diff --git a/src/ur/dashboard_client_implementation_g5.cpp b/src/ur/dashboard_client_implementation_g5.cpp index 25e5a6b9..3447b9dd 100644 --- a/src/ur/dashboard_client_implementation_g5.cpp +++ b/src/ur/dashboard_client_implementation_g5.cpp @@ -167,10 +167,7 @@ std::string DashboardClientImplG5::read() { if (!TCPSocket::read((uint8_t*)&character, 1, read_chars)) { - disconnect(); - throw TimeoutException("Did not receive answer from dashboard server in time. Disconnecting from dashboard " - "server.", - *recv_timeout_); + throw TimeoutException("Did not receive answer from dashboard server in time.", *recv_timeout_); } result << character; if (character == '\n')