Dave Yarwood

Results 285 comments of Dave Yarwood

Open question: Can we improve the error message?

Action needed: implement the problem described above as a test case.

@ordersinrandom @BogdanEM @stephanfr @lightningrob Are you still experiencing this issue using the latest version of JeroMQ?

Interesting that this issue seems to have been introduced between 0.3.4 and 0.3.5.

[The implementation of `bindToRandomPort`](https://github.com/zeromq/jeromq/blob/1ce86fe3eb22c1a12fa65a515e740b84b943e813/src/main/java/org/zeromq/ZMQ.java#L1236) seems a little bit brittle. We're looping through all the ports in a certain range (which may or may not be truly available) and trying to...

@elgrocho @ylexus @W1zzard Are you still experiencing this issue on the latest version of JeroMQ?

Action needed: translate the repro code from the original post into a test case, determine the cause and fix it.

Blocked pending reply from @gbonnefille .

I also think this would be a good addition. For me, the motivation is that vim-fireplace, which is sort of "the" Clojure REPL integration plugin for Vim, breaks the standard...