On Wed, 28 Oct 2015 17:41:39 -0700, hanenkamp wrote: > Turning a socket or file into a Supply using .Supply works, but the > reactor listening to those events cannot detect a close condition > without using something like an interval to monitor for connection > closure. > > IO::Handle's Supply method should call use done to terminate the > supply on eof/socket closure.
Tried on a few of 2015.* releases and couldn't reproduce the described issue. There are roast tests for .Supply on sockets, handles, and cathandles. Closing.