TrueLayer / ginepro

A client-side gRPC channel implementation for tonic
Apache License 2.0
127 stars 24 forks source link

fix: `LoadBalancedChannelBuilder` is now `Send` #40

Closed mustakimali closed 1 year ago

mustakimali commented 1 year ago

The LoadBalancedChannelBuilder being !Send made it difficult to spawn a task of anything that uses ginepro. Based on the internal chat in slack here is the PR to update the trait bound.