Troels Liebe Bentsen
Troels Liebe Bentsen
@aaronpkahn any way to sign up for the trial, we have quite a few customers who are interested in this?
Found this issue that looks similar: https://github.com/nodejs/node/issues/46188
A few more examples: ``` Step #3: ---> [Warning] The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64) and no specific platform was requested Step #3:...
With a bit more log info: ``` Step #1: #21 [builder 14/16] RUN --mount=type=ssh --mount=type=secret,id=NPM_TOKEN,uid=1000 secrets2env npm install --loglevel verbose node-expat Step #1: #21 17.80 npm verb cli /usr/local/bin/node /usr/local/bin/npm...
Tested that with 10.5.2 that it fixed the issue.
@mscdex is it a different code path? We are streaming the file directly from a database so we would very much like to use the streaming api instead of having...
Sorry, maybe i was not clear with the timing between invocations of "pcbusb_recv", each is running for 10-30 seconds and as you can see on the first and the second...
It's more complicated than just updating the sizes of idleTimeout and friends as bun-usockets is using a modulo of 240 on all socket timers as part of the loop, so...
The reason this is important is that when the client has a longer connection idle timeout then the server it introduces a race condition when the server closes an idle...
@cirospaciari without looking into it deeper it's it just bumping idleTimeout to u16 and fixing the checks, I did a quick pull request that does that.