Undici fetch
hangs forever when concurrently fetching many requests, using node-fetch works
#1721
Open
1 task done
Describe the bug
Using
unframer
a tool that fetches js modules and bundles them with esbuild, hangs forever in Stackblitz because fetch calls never finishFrom my testing this is caused by fetch, if i switch to using node-fetch, the command ends succcessfully.
Link to the blitz that caused the error
https://stackblitz.com/edit/8rmjs6tg-o7esuv4p?file=package.json&showSidebar=0
Steps to reproduce
pnpm framer
Expected behavior
fetch
finishes successfullyParity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: