Skip to content

namedpipeconnection: implement close method

Ignacio Casal Quinteiro requested to merge namedpipeconnection-close into master

We should ensure the named pipe gets closed when closing the stream otherwise the peer will not detect EOF until the object gets finalized.

Merge request reports