Red Squirrel
No Lifer
I have a VM I use for development of a server app I am working on and as it is a dev server the app will often crash while testing new code, or act in a way that causes it to end without properly closing the port. This leaves the port stuck open and I need to reboot so I can start my app again after fixing the error.
Is there a quick way to free up such port again? The app is no longer running at this point, but the port is still open. "stop making your app do that" is not really the answer. It's in the middle of development, I'm working on it, accidents happen. 😛
Is there a quick way to free up such port again? The app is no longer running at this point, but the port is still open. "stop making your app do that" is not really the answer. It's in the middle of development, I'm working on it, accidents happen. 😛