ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
91 stars 20 forks source link

`_grpc_ping` behave differently with `SendProxyActor.send` #117

Closed fengsp closed 1 year ago

fengsp commented 1 year ago

If we set enable_waiting_for_other_parties_ready=True, we ping other parties, this uses different logic with SendProxyActor.send, for example, we lost the grpc_metadata that should be sent.