skyplane
skyplane copied to clipboard
[perf] Add socket timeouts to the gateway sender
For sending data along sockets, we should set timeouts on the gateway sender to cancel pending requests, restart the sender/receiver pair and then requeue any pending chunks. This would help solve situations where send buffers are full.
Tracked in SKY-126