flower
flower copied to clipboard
gRPC connection problem
Hi all, I was doing experiment on 1 server+2 clients FL using flwr. I found when gRPC is not stable, client can be shutdown, with error message like:
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with: status = StatusCode.INTERNAL details = "Received RST_STREAM with error code 2"
I was wondering, will flwr retry connection automatically when gRPC is not stable.
Thanks.
@ycchiusieve is your issue still persisting? Did you resolve it at that time?