Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FtpServerBuilderExtensionsForChecks.cs IFtpConnectionCheck #148

Open
alexandrius007 opened this issue Oct 7, 2022 · 1 comment
Open
Assignees
Labels

Comments

@alexandrius007
Copy link

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 pushed a commit to alexandrius007/FtpServer that referenced this issue Oct 10, 2022
@fubar-coder fubar-coder self-assigned this Oct 10, 2022
@fubar-coder
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants