From a5ae65806bffc9c4a4c7a4219a5cee1d126a08a9 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 10 Oct 2019 12:00:42 +0200 Subject: [PATCH] Script execution --- script/test/TestZMQ.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test/TestZMQ.py b/script/test/TestZMQ.py index f970f54..8f3e9a9 100644 --- a/script/test/TestZMQ.py +++ b/script/test/TestZMQ.py @@ -4,6 +4,8 @@ try: except: pass s = Stream("stream", dispatcher) +s.initialize() s.start(True) +s.waitCacheChange(5000) print s.getIdentifiers() \ No newline at end of file