Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannot open UDS on Windows. #2857

Closed
reitowo opened this issue Nov 24, 2024 · 1 comment
Closed

Cannot open UDS on Windows. #2857

reitowo opened this issue Nov 24, 2024 · 1 comment

Comments

@reitowo
Copy link

reitowo commented Nov 24, 2024

Problem description

On Windows it seems ASP.NET Core supports hosting a gRPC service and listen to UDS, but it seems grpc-js can't connect to that uds on Windows.

Reproduction steps

Create a gRPC service on Windows and listen to UDS.
Create a channel to it

Environment

  • OS name, version and architecture: Windows 11 24H2
  • Node version 20
  • Node installation method nvm
@murgatroid99
Copy link
Member

Node does not support UDS on Windows. Instead it attempts to make a named pipe connection. See the Node documentation for more information.

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

No branches or pull requests

2 participants