Ashcon Partovi
Ashcon Partovi
> > Does Node.js support anything like this? > > I honestly don't see how that is relevant for Bun. The question was not aimed to imply that if Node.js...
On macOS, it gets farther but runs into: ```js 2985 | // remove the content-encoding in order to not confuse downstream operations 2986 | delete res.headers['content-encoding']; 2987 | break; 2988...
It looks like there's some sort of race condition going on. ```sh bun --print 'for (let i = 0; i < 10_000; i++) await fetch("https://bun.sh/logo.svg").then((res) => res.blob()).then(blob => console.log(blob.type))' ```...
Duplicate of #7427
Stepping through the debugger, it looks like the `constructExponentialBackoffStrategy` function is set on the prototype, but it's not saved when the code is imported and run later. https://github.com/snowflakedb/snowflake-connector-nodejs/blob/ec00a1de570bf3be65c3424478c7882b12f1c9d0/lib/http/node.js#L23
If you run `bun install`, does that fix the issue?
> For now it's still doesn't work on my windows pc > […](#) > On Tue, 9 Apr 2024, 04:25 Ashcon Partovi, ***@***.***> wrote: If you run bun install, does...
Are you able to reproduce this with an official release of Bun?
Duplicate of #10026
Can you share the snippet of code you're using?