elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.36k stars 210 forks source link

Error when channel isn't available #364

Open v0idpwn opened 2 months ago

v0idpwn commented 2 months ago

Describe the bug Trying to use a closed channel with the gun adapter, I get the following error: {:error, %GRPC.RPCError{status: 2, message: ":down: :normal"}}

To Reproduce Steps to reproduce the behavior:

Expected behavior

Versions:

Additional context Add any other context about the problem here.