moved sample zmq SUB client to test/

Former-commit-id: ab13e10271
This commit is contained in:
Arthur Lu 2021-10-16 20:21:12 +00:00
parent 6bcb3cbff4
commit dafd66447f

View File

@ -1,7 +1,6 @@
import signal
import zmq
signal.signal(signal.SIGINT, signal.SIG_DFL)
context = zmq.Context()