[PATCH 3/4] server: Don't block when writing to named pipes in PIPE_NOWAIT mode.

Jacek Caban jacek at codeweavers.com
Tue Oct 1 11:51:24 CDT 2019


On 10/1/19 6:16 PM, Brendan Shanks wrote:
> +                wake_message( message, message->iosb->in_size );
> +            else if (message->async && (pipe_end->flags & NAMED_PIPE_NONBLOCKING_MODE))
> +                wake_message( message, 0 );


Note that this will terminate write async, but leave the message queued. 
Is it intended to do that?


Jacek




More information about the wine-devel mailing list