重构代码,删除不必要的文件,添加控制数据包处理和Steam消息处理功能
This commit is contained in:
@@ -42,4 +42,5 @@ private:
|
||||
std::vector<std::shared_ptr<tcp::socket>> clients_;
|
||||
std::mutex clientsMutex_;
|
||||
std::thread serverThread_;
|
||||
bool hasAcceptedConnection_;
|
||||
};
|
||||
Reference in New Issue
Block a user