Invalid argument() exception when calling Socket.setSndHWM() or Socket.setRcvHWM()
Description
Environment
Java
Activity
Show:

Soeren Ammedick September 28, 2012 at 12:06 PM
resolved with commit 5b9a76f12560891f834a5eabd0ea12fd0543e21c and pulled to main with requested 129
The option value type of ZMQ_SNDHWM and ZMQ_RCVHWM is int but was handled
as uint64_t in the setLongSockopt() method of the jzmq lib which throws
the mentioned exception.