We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75693c4 commit bd6b00fCopy full SHA for bd6b00f
pyre/zhelper.py
@@ -57,7 +57,7 @@ def zthread_fork(ctx, func, *args, **kwargs):
57
b.setsockopt(zmq.RCVHWM, 100)
58
b.setsockopt(zmq.SNDHWM, 100)
59
b.setsockopt(zmq.SNDTIMEO, 5000)
60
- a.setsockopt(zmq.RCVTIMEO, 5000)
+ b.setsockopt(zmq.RCVTIMEO, 5000)
61
iface = "inproc://%s" % binascii.hexlify(os.urandom(8))
62
a.bind(iface)
63
b.connect(iface)
0 commit comments