statianzo / Fleck

C# Websocket Implementation
MIT License
2.25k stars 583 forks source link

should prevent listen socket inherited by subprocess #315

Open wuqiong opened 2 years ago

wuqiong commented 2 years ago

I start a websocket server, and then start a sub console proccess.
when I quit the gui parent process, the listen port still open by the subprocess.

statianzo commented 2 years ago

Do you have a suggestion how to do what you’re asking?