On the following line: https://github.com/zeromq/jzmq/blob/master/src/org/zeromq/ZContext.java#L109
Should setLinger be set to 0 to immediately purge pending messages on the socket upon close? Or is the currently functionality correct? Also in the same method, shouldn't the close and remove be wrapped in a finally block? https://github.com/zeromq/jzmq/blob/master/src/org/zeromq/ZContext.java#L115 https://github.com/zeromq/jzmq/issues/149 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
