mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
b98a63fd3a
* Change plasma_get to take a timeout and an array of object IDs. * Address comments. * Bug fix related to computing object hashes. * Add test. * Fix file descriptor leak. * Fix valgrind. * Formatting. * Remove call to plasma_contains from the plasma client. Use timeout internally in ray.get. * small fixes