fix github actions dependencies for linux to use proper boost version

This commit is contained in:
Lion Kortlepel
2022-10-06 00:36:57 +02:00
parent c42a523532
commit 917e3f98ab
3 changed files with 2 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ void TNetwork::TCPServerMain() {
if (ec) {
beammp_errorf("failed to accept: {}", ec.what());
}
//ClientSocket.set_option(boost::asio::detail::socket_option::integer<SOL_SOCKET, SO_SNDTIMEO> { 30 * 1000 }, ec);
if (!ec) {
beammp_errorf("failed to set send timeout on client socket: {}", ec.what());
}