FtpServer icon indicating copy to clipboard operation
FtpServer copied to clipboard

FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck

Open alexandrius007 opened this issue 3 years ago • 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.

alexandrius007 avatar Oct 07 '22 15:10 alexandrius007

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

fubar-coder avatar Oct 10 '22 08:10 fubar-coder