Steven Scott

Results 6 comments of Steven Scott

I'm getting the exact same thing. At one point I added an `export LD_PRELOAD=` line to my script before launching, in which case I only ended up with the two...

seems like a regression at some point? or maybe we're doing something wrong, because i don't see how this wouldn't be a bigger issue. we're upgrading from v0.12 (which copies...

just confirmed that runtime dependencies are copied on v0.16, so just upgrading to that version for the time being

you're right, that test does check whether it reads all bytes. it also fails locally on a contributor's machine unless they figure out that they should set up docker, run...

(also I found a problem with the completePending wrt unreliable servers - it seems that call can freeze forever and lock up the program...I added the `dataTimeout` option to settings...

Forked to band-aid this issue (and with continuous, not just longpoll), and got timeouts respected on my fork... but I'm not submitting a PR because there's bigger issues at play...