thesamet / rpcz

RPC implementation for Protocol Buffers over ZeroMQ
http://code.google.com/p/rpcz/
Apache License 2.0
113 stars 40 forks source link

deadline_ms is not really milliseconds with zmq3 #17

Open itamaro opened 8 years ago

itamaro commented 8 years ago

oh my, this one took some time to grok, but we finally figured that when we use deadline_ms=60000 when using zmq3 (under ubuntu 14.04), the actual deadline is 60,000 seconds... O_O

the obvious workaround is to use deadline_ms=60, but i was wondering if there's a cleaner fix... (that also preserves that sub-second timeout)