Invalid argument() exception when calling Socket.setSendBufferSize()
Description
Environment
Java
Activity
Show:

Soeren Ammedick September 28, 2012 at 12:05 PM
resolved with commit 2da3af9862378d1427d3c9e5b95e2860ce1a7f38 and pulled to main with requested 129
With ZMQ version 3.0 the option value type of ZMQ_SNDBUF and ZMQ_RCVBUF changed from uint64_t to int. That type change did not go into jzmq lib that's why the mentioned exception is thrown when calling setSendBufferSize() which calls setLongSockopt() in the lib code.