Hacker News new | ask | show | jobs
by awild 1413 days ago
Kill9 can keep ports locked for a bit after exiting which is a quite annoying
1 comments

Anything can keep ports locked for a bit (if either side doesn't properly close the connection). That's how TCP works. Set reuseaddr on your daemon's sockets.