We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd07dab commit 703458eCopy full SHA for 703458e
src/murfey/instrument_server/api.py
@@ -144,6 +144,9 @@ def start_multigrid_watcher(
144
if controllers.get(session_id) is not None:
145
return {"success": True}
146
label = watcher_spec.label
147
+ for sid, controller in controllers.items():
148
+ if controller.dormant:
149
+ del controllers[sid]
150
controllers[session_id] = MultigridController(
151
[],
152
watcher_spec.visit,
0 commit comments