hi everyone,
there is a problem with high processor usage while enable decrypt SSL and sockets do not turn off after the client close
It continues to be connected even after the socket is closed by the client
explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, true);
when decrypt SSL is false will everything is work good
explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, false);
hi everyone, there is a problem with high processor usage while enable decrypt SSL and sockets do not turn off after the client close It continues to be connected even after the socket is closed by the client
explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, true);
when decrypt SSL is false will everything is work good
explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, false);