FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck
alexandrius007 opened this issue · 1 comments
alexandrius007 commented
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
It seems that you're right. I'll look into it.