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
Stop server <- at this point a TimerAwaitable is already disposed in the server component
If we remove readonly keyword from _timerAwaitable and move its initialization from ctor to StartAsync() we could start-stop the server as many times as we want without throwing any exception.
Shall I PR it or it is intentionally done?
The text was updated successfully, but these errors were encountered:
tothalexlaszlo
changed the title
Server Start-Stop "restart"
Server Start-Stop "restart" exception
Mar 17, 2022
Scenario:
If we remove readonly keyword from _timerAwaitable and move its initialization from ctor to StartAsync() we could start-stop the server as many times as we want without throwing any exception.
Shall I PR it or it is intentionally done?
The text was updated successfully, but these errors were encountered: