scalapb / zio-grpc

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO
Apache License 2.0
257 stars 81 forks source link

Optimize client calls #618

Closed ghostdogpr closed 2 months ago

ghostdogpr commented 2 months ago

I removed the usage of streams where it wasn't necessary and used more idiomatic operators.

ghostdogpr commented 2 months ago

Hmm the tests broke, will reopen after fixing.