Skip to content

add non blocking progress-ipc support

Stefano babic requested to merge github/fork/TomzBench/master into master

Created by: TomzBench

Currently when setting ipc to non blocking mode on progress-ipc, progress_ipc_receive routine will shutdown the ipc connection because of EAGAIN error. This patch should allow using progress_ipc_receive with non blocking

Merge request reports