Skip to content
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

Not working in Bun #2648

Closed
seo-rii opened this issue Jan 22, 2024 · 1 comment
Closed

Not working in Bun #2648

seo-rii opened this issue Jan 22, 2024 · 1 comment

Comments

@seo-rii
Copy link

seo-rii commented Jan 22, 2024

Problem description

In Bun, gRPC call stucks infinitely. It doesn't make any error/log anything.
Please refer to oven-sh/bun#7630

Reproduction steps

oven-sh/bun#7630

Environment

  • OS name, version and architecture: macOS Sonoma arm64
  • Node version: Bun 1.0.20
  • Node installation method Bun official script
  • If applicable, compiler version clang 15.0.0 arm64-apple-darwin23.3.0
  • Package name and version @grpc/[email protected]

Additional context

As article in link said, I also think it's a bug of Bun, but I wanted to just inform you about this bug.

@wavedeck
Copy link

wavedeck commented Sep 6, 2024

The current version of Bun (v1.1.27canary.82+d8e2c24d7) doesn't support serving HTTP/2 connections yet, which is fundamental for the grpc protocol to work properly. It is on their priority list, but until HTTP/2 is properly implemented, this library will not work. Please refer to oven-sh/bun#8823 for updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants