<div dir="ltr">Hello everyone,<div>I am opening a virChannel(unix) to a domain and receiving data with a non-blocking virStream using events, when the connected domain gets stopped(which deletes the channel unix socket) by calling destroy, shutdown, pause or migrate on that domain, with the stream open the read event is triggered repeatedly, and virStreamRecv returns 0 bytes indicating  EOF but neither  virStreamFinish nor virStreamFinish is working to stop the stream to trigger the event . Each time the event is called I got this errors.</div><div><br></div><div><pre>libvirt: I/O Stream Utils error : this function is not supported by the connection driver: virStreamRecv</pre><pre>libvirt: I/O Stream Utils error : this function is not supported by the connection driver: virStreamFinish</pre><pre>libvirt: I/O Stream Utils error : this function is not supported by the connection driver: virStreamEventRemoveCallback</pre><pre><br></pre><pre><font face="sans-serif">Is there other way to stop getting this errors? or perhaps this is a bug.</font></pre><pre><font face="sans-serif">Thanks in advance.</font></pre><pre><font face="sans-serif">Jose Valencia</font></pre><pre> </pre></div></div>