You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came across this while trying to run Crawlee/Apify (web scraping framework) via Bun (See discussion apify/proxy-chain#521). This and the missing fs.opendir are blocking the adoption.
What version of Bun is running?
0.5.8
What platform is your computer?
Darwin 22.1.0 arm64 arm
What steps can reproduce the bug?
Here's an example that shows Bun does not implement the ref and unref functions:
https://github.com/krutoo/bun-opentelemetry
According to @Jarred-Sumner on discord we ned to implement this functions:
https://discord.com/channels/876711213126520882/1091280232025182239/1091376674425274499
What is the expected behavior?
Bun should implement ref/unref functions of http module
What do you see instead?
Bun now not implemented ref/unref functions of http module
Additional information
No response
The text was updated successfully, but these errors were encountered: