You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: