How to "unbind" a socket programmatically?
- by ryan1894
1) The socket doesn't seem to unbind from the LocalEndPoint until the process ends.
2) I have tried the solutions from the other question, and also tried waiting a minute - to no avail.
3) At the moment I have tried the below to get rid of the socket and its connections:
public static void killUser(User victim)
{
LingerOption lo =…