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)
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_Othe 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)