mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 18:31:40 +00:00
* blocking send/recv will not be resumed after a signal handler no matter what, so we need to retry ourselves. This does mean extending the timeout but that's fine since it would be pathological to have EINTR continually arrive and extend the timeout to an unreasonable duration.