Ok, so I'm writing a simple socket app and I have an app that sits listening for a socket connection. When I run the app and open a command prompt and do "netstat -a" to see my connections I see that I have a listening TCP connection on the port I specified.. great, it works. I then proceed to adjust my code and I re-run the app.. I get an error message saying that the port is in use.. sure enough, the port isn't being released.. Anyone ever run into this issue?