This commit is contained in:
@@ -54,6 +54,7 @@ def ioc():
|
||||
|
||||
# Loop WITHOUT serving values again (so client puts persist)
|
||||
while True:
|
||||
mor.serve()
|
||||
time.sleep(0.02)
|
||||
|
||||
def run_status_prefix(beamline: str):
|
||||
@@ -68,6 +69,7 @@ def ioc():
|
||||
|
||||
# Then do nothing; client updates must persist
|
||||
while True:
|
||||
mor.serve()
|
||||
time.sleep(0.02)
|
||||
|
||||
threads = []
|
||||
|
||||
Reference in New Issue
Block a user