Remove redundant comment.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user