mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 00:16:50 +00:00
break on error in client connection
This commit is contained in:
parent
387bce5033
commit
ba82b8990e
@ -89,6 +89,7 @@ void ClientNetwork::handle_connection(ip::tcp::socket&& socket) {
|
||||
spdlog::error("Unhandled exception in connection handler, connection closing.");
|
||||
spdlog::debug("Exception: {}", e.what());
|
||||
m_game_socket.close();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user