mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
* Fix Arrow poll() patch - Negative timeout for poll() was not translated to infinite timeout for select() - Only use select() on Windows, as other systems limit the range of the file descriptors * Apply poll() -> select() patch to Redis's ae.c as well