Closed jgilbert2017 closed 3 years ago
there is mismatched BeginAccept/EndAccept in ProxyServer.cs. BeginAcceptTcpClient is being called and then EndAcceptSocket. It should be calling BeginAcceptSocket() in 2 places. .net 5.0 is intolerant of this.
thanks, fixed
no prob, thanks for putting so much effort into a great project!
there is mismatched BeginAccept/EndAccept in ProxyServer.cs. BeginAcceptTcpClient is being called and then EndAcceptSocket. It should be calling BeginAcceptSocket() in 2 places. .net 5.0 is intolerant of this.