stop crash watcher before stopping pod

This commit is contained in:
gmega 2024-04-13 17:20:23 +03:00
parent e3b16fd742
commit 5ffe34bb83
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 1 additions and 1 deletions

View File

@ -144,8 +144,8 @@ namespace CodexPlugin
public void Stop(bool waitTillStopped)
{
Group.Stop(this, waitTillStopped);
CrashWatcher.Stop();
Group.Stop(this, waitTillStopped);
// if (Group.Count() > 1) throw new InvalidOperationException("Codex-nodes that are part of a group cannot be " +
// "individually shut down. Use 'BringOffline()' on the group object to stop the group. This method is only " +
// "available for codex-nodes in groups of 1.");