Remove redundant comment.

This commit is contained in:
2024-11-25 19:20:08 +01:00
parent b60cda90b5
commit 9afddf803a
23 changed files with 286 additions and 36 deletions
-18
View File
@@ -34,24 +34,6 @@ public class Communication
return waitHandles;
}
/*private void Server(object obj)
{
using ResponseSocket server = new();
server.Bind("tcp://*:5556");
server.ReceiveReady += OnServerOnReceiveReady;
_poller.Add(server);
Console.WriteLine("Server is running and waiting for client requests...");
_poller.Run();
Console.WriteLine("Communication stopped.");
((EventWaitHandle) obj).Set();
}*/
private void Server(object obj)
{
using ResponseSocket rep = new();