Skip to content
  • Jacob Vosmaer's avatar
    Don't reuse gRPC channels · 03461ea7a44f
    Jacob Vosmaer authored
    It seems that bad things happen when two gRPC stubs share one gRPC
    channel so let's stop doing that. The downside of this is that we
    create more gRPC connections; one per stub.
    03461ea7a44f