You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found that a wait lock until both CopyTo and CopyFrom functions are done can lead to one of the two sides of the proxied TCP connections to be established endlessly, with the changes I provide in #1 this has been fixed and now when one of the sides closes the connection, the teardown method is invoked.
Please feel free to test or suggest changes.
The text was updated successfully, but these errors were encountered:
Hi, great proxy!
We found that a wait lock until both CopyTo and CopyFrom functions are done can lead to one of the two sides of the proxied TCP connections to be established endlessly, with the changes I provide in #1 this has been fixed and now when one of the sides closes the connection, the teardown method is invoked.
Please feel free to test or suggest changes.
The text was updated successfully, but these errors were encountered: