elixir-grpc / grpc

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

Pattern match on channel on stub functions #354

Closed v0idpwn closed 3 months ago

v0idpwn commented 3 months ago

Provides a better error for invalid argument. Closes #353