FubarDevelopment/FtpServer

FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck

alexandrius007 opened this issue · 1 comments

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.

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