Hello,
when i Start die Server on mein Linux Debian system an close him with killall sedserver. The Server block the port, so I must set a new port everytime i start the server.
Usually the port should be free again after 60secs. It may depens on your system settings though.
thank you :roll:
Btw. if you want to cleanly shut it down, send SIGINT instead of SIGTERM. Then the server should shutdown cleanly. Otherwise you might also loose some changes! I will probably handle SIGTERM in the next version too.