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

ping from ProxyActor & carry grpc meta #118

Closed NKcqx closed 1 year ago

NKcqx commented 1 year ago

Ping other parties by the ProxyActor instead of the driver, so that it can carry grpc meta and the code can be more easy to maintain.

Close #117

fengsp commented 1 year ago

LGTM