elixir-grpc / grpc

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

Allow to use iolists in GRPC.Message.to_data/2 #195

Closed bszaf closed 2 years ago

bszaf commented 3 years ago

This is small change that allows to use iolists returned from codec modules with GRPC.Message.to_data/2 function.