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

Fix race condition when cleaning up. #142

Closed jovany-wang closed 1 year ago

jovany-wang commented 1 year ago

_sending_obj_refs_q and _check_send_thread are race conditioned when cleaning up as described in #130 Close #130