FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
473 stars 161 forks source link

FtpServer does not quit when it stops listening after memory exhaustion #90

Open avonheimburg opened 4 years ago

avonheimburg commented 4 years ago

This is related to issue #84: When the FtpServer eventually runs out of memory due to the memory leak, it just stops listening, but the FtpServer process lives on. It would actually be better if the FtpServer were to exit/crash so that any supervisor process could simply restart it.

emmekappa commented 4 years ago

any news on this?