FtpServer
FtpServer copied to clipboard
FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck
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.