You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: