mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-12 22:24:34 +01:00
proper sessions, packet still not read as it should be
This commit is contained in:
@@ -19,9 +19,9 @@ namespace PemukulPaku
|
||||
};
|
||||
|
||||
new Thread(HttpServer.Program.Main).Start();
|
||||
new Thread(Server.Start).Start();
|
||||
_ = Server.GetInstance();
|
||||
|
||||
Console.ReadKey(true);
|
||||
Console.Read();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user