summaryrefslogtreecommitdiff
path: root/perf/python/local_thr.py
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 14:45:10 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 14:45:10 +0100
commitef049efe2ec56bb0ff5395ba8cba6e1722922e43 (patch)
tree577d47fae2c11f5032b27c57b4d7eebfc000a027 /perf/python/local_thr.py
parent8d339e959694107df8f1666634a34f54ad76ae41 (diff)
perf tests modified to reflect change in subscription format
Diffstat (limited to 'perf/python/local_thr.py')
-rw-r--r--perf/python/local_thr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/python/local_thr.py b/perf/python/local_thr.py
index 395376c..9a45294 100644
--- a/perf/python/local_thr.py
+++ b/perf/python/local_thr.py
@@ -37,7 +37,7 @@ def main ():
ctx = libpyzmq.Context (1, 1);
s = libpyzmq.Socket (ctx, libpyzmq.SUB)
- s.setsockopt (libpyzmq.SUBSCRIBE , "*");
+ s.setsockopt (libpyzmq.SUBSCRIBE , "");
# Add your socket options here.
# For example ZMQ_RATE, ZMQ_RECOVERY_IVL and ZMQ_MCAST_LOOP for PGM.