diff --git a/shared/src/TcpSocket.cpp b/shared/src/TcpSocket.cpp index 613360a..ceed999 100644 --- a/shared/src/TcpSocket.cpp +++ b/shared/src/TcpSocket.cpp @@ -157,7 +157,7 @@ namespace TcpSocket return -7; } - + setTimeout(60, newSocketFileDescriptor); std::thread t(callback, newSocketFileDescriptor, newSocketInfo); t.detach(); }