Commit message

This commit is contained in:
lenheart
2024-05-12 09:07:41 +08:00
parent ccce18df0b
commit 4ec73c5a2a
153 changed files with 944 additions and 31920 deletions

View File

@@ -36,6 +36,8 @@ public:
socket(io_context)
{
endpoint = resolver.resolve(Ip, Port);
this->Ip = Ip;
this->Port = Port;
PackData.fill(0);
}