Skip to content

Commit

Permalink
Merge pull request #11 from pfw/eventloop
Browse files Browse the repository at this point in the history
Make ZMQStream work, some changes to base zmqpy and to eventloop/zmqstre...
  • Loading branch information
Felipe cruz committed Dec 14, 2012
2 parents 9e3b7d5 + b83b228 commit 00f71b4
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 98 deletions.
2 changes: 1 addition & 1 deletion zmqpy/constants.py
Expand Up @@ -82,7 +82,7 @@
uint64_opts = [ZMQ_HWM, ZMQ_AFFINITY, ZMQ_SNDBUF, ZMQ_RCVBUF]

int64_opts = [ZMQ_SWAP, ZMQ_RECOVERY_IVL, ZMQ_RECOVERY_IVL_MSEC,
ZMQ_MCAST_LOOP, ZMQ_RATE]
ZMQ_MCAST_LOOP, ZMQ_RATE, ZMQ_RCVMORE]

binary_opts = [ZMQ_IDENTITY, ZMQ_SUBSCRIBE, ZMQ_UNSUBSCRIBE]

Expand Down

0 comments on commit 00f71b4

Please sign in to comment.