proper sessions, packet still not read as it should be

This commit is contained in:
rafi1212122
2023-05-26 10:21:53 +07:00
parent 6e87fc6ef2
commit 7a12c9ec55
6 changed files with 170 additions and 17 deletions

View File

@@ -19,9 +19,9 @@ namespace PemukulPaku
};
new Thread(HttpServer.Program.Main).Start();
new Thread(Server.Start).Start();
_ = Server.GetInstance();
Console.ReadKey(true);
Console.Read();
}
}
}