diff options
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/ruby/local_thr.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/ruby/local_thr.rb b/perf/ruby/local_thr.rb index db14cf2..b916f2d 100644 --- a/perf/ruby/local_thr.rb +++ b/perf/ruby/local_thr.rb @@ -29,7 +29,7 @@ message_count = ARGV[2].to_i  ctx = Context.new(1, 1)  s = Socket.new(ctx, SUB); -s.setsockopt (SUBSCRIBE, "*"); +s.setsockopt(SUBSCRIBE, "*");  #  Add your socket options here.  #  For example ZMQ_RATE, ZMQ_RECOVERY_IVL and ZMQ_MCAST_LOOP for PGM.  | 
