ofxZmq
ofxZmq copied to clipboard
Timeout is in seconds, not milliseconds
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).