-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails with http2 in fastify #26088
Comments
Same here. I tried to use |
Deno fails to run Vite as well because of this reason. |
Which version of Vite and Fastify are you using? |
I am using the latest version - 5.0.0 |
In my case, Vite is also the latest version (5.4.9), though the bug is most certainly not in Vite. As I understand, the problem is that Deno's Node compatibility module for Bun will ship this support in their next release (1.1.31 - see: oven-sh/bun#8823, though how stable it will be is yet to be seen given my experiences with their Node compatibility). I think related issues include: #3326, and it's tracking issue #23714. |
Thanks, I asked @littledivy to take care of it |
Version: Deno 2, Windows 11
This code:
fails with error:
However, it will work without http2 but logs:
Not implemented: Server.setTimeout()
The text was updated successfully, but these errors were encountered: