Files
dev/script/test/TestZMQ.py
2019-10-10 12:00:42 +02:00

11 lines
197 B
Python

from ch.psi.pshell.bs import Stream as Stream
try:
s.close()
except:
pass
s = Stream("stream", dispatcher)
s.initialize()
s.start(True)
s.waitCacheChange(5000)
print s.getIdentifiers()