This commit is contained in:
@@ -28,7 +28,7 @@ def run_test_ioc():
|
||||
prefix = "TEST:"
|
||||
ioc = TestIOC(prefix=prefix)
|
||||
|
||||
def start_ioc():
|
||||
def start_ioc():
|
||||
asyncio.run(run(ioc.pvdb, startup_hook=None, interfaces=["127.0.0.1"]))
|
||||
|
||||
thread = threading.Thread(target=start_ioc, daemon=True)
|
||||
|
||||
Reference in New Issue
Block a user