stop crash watcher before stopping pod
This commit is contained in:
parent
e3b16fd742
commit
5ffe34bb83
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue