Invalid argument() exception when calling Socket.setSndHWM() or Socket.setRcvHWM()

Description

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.

Environment

Java

Activity

Show:

Soeren Ammedick September 28, 2012 at 12:06 PM

resolved with commit 5b9a76f12560891f834a5eabd0ea12fd0543e21c and pulled to main with requested 129

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created September 27, 2012 at 1:20 PM
Updated August 29, 2013 at 4:34 PM
Resolved September 28, 2012 at 12:06 PM