ofxZmq icon indicating copy to clipboard operation
ofxZmq copied to clipboard

Timeout is in seconds, not milliseconds

Open kylemcdonald opened this issue 5 years ago • 0 comments

https://github.com/satoruhiga/ofxZmq/blob/master/src/ofxZmqSocket.cpp#L195

Either * 1000 should be removed, or the parameter timeout_millis should be changed to timeout_seconds. The long timeout in seconds makes it impossible to have a short timeout (<1 second).

kylemcdonald avatar Sep 11 '19 06:09 kylemcdonald