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
-8
View File
@@ -1,8 +0,0 @@
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
␍ 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 192.3.147.62:443...
* connect to 192.3.147.62 port 443 from 192.168.80.132 port 41070 failed: Connection refused
* Failed to connect to 192.3.147.62 port 443 after 117 ms: Could not connect to server
␍ 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* closing connection #0
curl: (7) Failed to connect to 192.3.147.62 port 443 after 117 ms: Could not connect to server
-10
View File
@@ -1,10 +0,0 @@
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
␍ 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 192.3.147.66:80...
* Connected to 192.3.147.66 (192.3.147.66) port 80
> HEAD / HTTP/1.1
> Host: 192.3.147.66
> User-Agent: curl/8.9.1
> Accept: */*
>
* Request completely sent off
-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();