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

IFTPServer.Status Never Resets #137

Open
Taullarcis opened this issue Jul 27, 2022 · 1 comment
Open

IFTPServer.Status Never Resets #137

Taullarcis opened this issue Jul 27, 2022 · 1 comment

Comments

@Taullarcis
Copy link

I am using this project in a way that needs to allow for modification of the IP, port, and authentication without stopping the application and I am needing to avoid using multiple ServiceCollections.

As it currently stands this code is dependent upon using its own ServiceCollection to allow for this to function as once the Stop() or StopAsync() method are called the IFTPServer.Status never reverts back to a state that will allow the server to be run again.

Would it be possible to implement some way that will allow for the server to be updated and reset without requiring a rebuilt service collection?

@fubar-coder
Copy link
Contributor

No, it's not possible (yet) due to the way the source code is currently designed. I'll leave this issue open as a reminder for future development.

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

No branches or pull requests

2 participants