tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

Pubsub test hangs if NANOMSG_PY_TEST_ADDRESS set to tcp #18

Open amitojc opened 10 years ago

amitojc commented 10 years ago

Example - $ export NANOMSG_PY_TEST_ADDRESS='tcp://127.0.0.1:49234' $ python test_pubsub.py #Hangs $ python test_pair.py #Passes