FubarDevelopment / FtpServer

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

FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck #148

Open alexandrius007 opened 1 year ago

alexandrius007 commented 1 year ago

I think this IFtpConnectionCheck should be scoped in FtpServerBuilderExtensionsForChecks.cs:

builder.Services.AddScoped<IFtpConnectionCheck, FtpConnectionIdleCheck>() not singelton

if this class is singelton for all connections will be the same idle time.

fubar-coder commented 1 year ago

It seems that you're right. I'll look into it.