mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 05:34:49 +08:00
Miscellaneous Windows compatibility bugfixes (#7658)
* Windows compatibility bug fixes * Use WSASend/WSARecv as WSASendMsg/WSARecvMsg do not work with TCP sockets * Clean up some TODOs * Fix duplicate compilations * RedisAsioClient boost::asio::error::connection_reset Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -29,7 +29,6 @@ def reap_process_group(*args):
|
||||
signal.signal(signal.SIGTERM, sigterm_handler)
|
||||
|
||||
# Our parent must have died, SIGTERM the group (including ourselves).
|
||||
# TODO(mehrdadn): killpg isn't supported on Windows.
|
||||
os.killpg(0, signal.SIGTERM)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user