On Thu, Oct 06, 2022 at 12:12:19PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> The /io/channel/command/echo tests run the reader side and the writer
> side with the same underlying command channel. Setting the blocking mode
> of the fd/handles while the other end is al
From: Marc-André Lureau
The /io/channel/command/echo tests run the reader side and the writer
side with the same underlying command channel. Setting the blocking mode
of the fd/handles while the other end is already reading/writing may
create issues (deadlock in win32 when earlier attempt of this