Skip to content

effects/screenshot: Ensure screenshot fd is nonblocking

Vlad Zahorodnii requested to merge work/zzag/ensure-screenshot-fd-nonblock into master

If the screenshot fd is blocking, the thread writing the screenshot to the pipe can potentially get stuck in case something happens to the client.

Merge request reports