Felipe Gasper
Felipe Gasper
Yeah a timeout seems reasonable; all the same, the terminating OO _should_ come since this is all TCP.
I wonder if it’s a bug in `sz`. Maybe it neglects to flush its output buffer or something. Maybe `_consume_ZFIN()` could be where the timeout starts, at the end of...
@samber I didn’t look to see if this problem affects other slice-oriented functions. Thank you for maintaining this module!
@jcbritobr See the linked PR for a fix with test.
> I've noticed that there haven't been any commits in over a year, and there are a few Pull Requests that are still lingering in the open state. You may...
@stennie My experience has been that deterministic ports/dirs lead to conflicts: I forget whether I have mongo running, which port(s), where the data dirs are, etc. It would simplify my...
Workaround: create the replica set, stop it, tweak the .mlaunch_startup file, then restart the replica set. UPDATE: Actually, while this doesn’t display an error, it also doesn’t actually start the...
`Encode::_utf8_on` effectively does a UTF-8 decode, which changes the Perl string’s logical value. So of course the last process() will fail: you’re giving it a different string. Notably, if you...
@jhunt have you managed to narrow this down at all? Any idea of a workaround/fix?
@dsully Since this test is skipped for modern OpenSSL versions anyway, would it not make sense just to remove them? It’s breaking for me with OpenSSL 0.9.8e (CentOS 5) and...