add ready check

This commit is contained in:
ackimixs
2024-04-01 11:34:52 +02:00
parent 0fc928772f
commit e5107e7cfa
5 changed files with 128 additions and 9 deletions

View File

@@ -5,6 +5,4 @@ set(CMAKE_CXX_STANDARD 17)
add_executable(socketServer main.cpp
TCPServer.cpp
TCPServer.h
utils.h
)