mirror of
https://github.com/wassname/ray.git
synced 2026-09-27 14:20:43 +08:00
* Prevent plasma store and manager from dying when a worker dies. * Check errno inside of warn_if_sigpipe. Passing in errno doesn't work because the arguments to warn_if_sigpipe can be evaluated out of order.