-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Support HTTP/2 (& consequently gRPC) #4414
Comments
can you open the second file in the stack trace, the one ending in save and rebuild. promisify is throwing because the brotli compression isnt implemented at all and is otherwise, this will get resolved by #267 |
connect-node depends on http2 and bun doesn't support http/2 yet, so it won't work anyway |
Ok thanks, will stick with node until http/2 is supported. Is there any idea when that might be perhaps? |
I also hope that Bun supports HTTP/2 soon |
I really hope http2 will be soon implemented. Cause of gRPC |
We are working on this right now. Duplicate of #887 |
What version of Bun is running?
0.8.1+16b4bf341acc0f4804f0b6bdf5298c180cd00366
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Use gRPC with bufbuild connect. Some relevant packages include:
I am using this lib if you want to attempt to replicate unfortunately I cannot share source code here: https://github.com/aserto-dev/node-directory
Then running:
❯ bun --bun run dev
In my package.json, I have tried setting the dev command to be both of the following, but both crash:
What is the expected behavior?
The server doesn't crash.
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: