FubarDevelopment / FtpServer

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

Bug inactivity timeout #150

Closed Titonus closed 1 year ago

Titonus commented 1 year ago

https://github.com/FubarDevelopment/FtpServer/blob/edfe7a7b2ad4fc7bc98cead9b80880300ad3c716/src/FubarDev.FtpServer/FtpServerBuilderExtensionsForChecks.cs#L37

It must be AddTransient not AddSingleton, because following connections will be dropped out after the first one expires its timeout. Another option is review current algorithm or methods for checking inactivity.

Titonus commented 1 year ago

https://github.com/FubarDevelopment/FtpServer/issues/148#issue-1401352702