Too many pings and one client always disconnects #4300
Labels
bug
Something isn't working
part: communication
Issues/PRs that affect federated communication e.g. gRPC.
stale
If issue/PR hasn't been updated within 3 weeks.
Describe the bug
I've got my grpc server settings as:
but it does not help though
later, i added up two options:
it allowed me escape the initial error, but then I have:
Steps/Code to Reproduce
I use basic FedAvg strategy except that i send additional round of evaluation on each client during aggregate_fit
EvaluateRes = client_proxy.evaluate(ins = evaluate_ins, timeout = None, group_id=rnd)
. Sometimes when rerun the clients and server, the error happens after 1 successful round, so it is not always happens the same moment.Expected Results
Client stays alive
Actual Results
Client disconnects
The text was updated successfully, but these errors were encountered: