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
In the current implementation, disposing the server automatically Stops() the server and dependent services. Its this a requirement? I'm raising this because the usage of the IDisposable-Interface forces to dispose own disposable instances, that are usually managed by the DI Container.
The text was updated successfully, but these errors were encountered:
In the current implementation, disposing the server automatically
Stops()
the server and dependent services. Its this a requirement? I'm raising this because the usage of theIDisposable
-Interface forces to dispose own disposable instances, that are usually managed by the DI Container.The text was updated successfully, but these errors were encountered: