daemon: fixed issue with session data collect transition not properly stopping config services

This commit is contained in:
Blake Harnden 2023-04-15 00:25:41 -07:00
parent 4a02d4bed9
commit fac8cfae08
2 changed files with 10 additions and 0 deletions

View file

@ -1082,6 +1082,7 @@ class Session:
if isinstance(node, CoreNodeBase) and node.up:
args = (node,)
funcs.append((self.services.stop_services, args, {}))
funcs.append((node.stop_config_services, (), {}))
utils.threadpool(funcs)
# shutdown emane