mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
Reformat
This commit is contained in:
@@ -175,6 +175,7 @@ namespace Netch.Controllers
|
||||
Task.Run(() => ServerController?.Stop()),
|
||||
Task.Run(() => ModeController?.Stop())
|
||||
};
|
||||
|
||||
await Task.WhenAll(tasks);
|
||||
ModeController = null;
|
||||
ServerController = null;
|
||||
|
||||
Reference in New Issue
Block a user