<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Greetings, All:</div>
<div> </div>
<div>I'm using AnyEvent::Fork::RPC in a few places in an application I'm developing, and at program termination I often see a broken pipe warning something like:</div>
<div> </div>
<div> 2014-06-20 00:46:51.641738 -0600 fatal AnyEvent::Fork::RPC::Async: AnyEvent::Fork::RPC: write error (Broken pipe), parent gone?</div>
<div> </div>
<div>I modified the module to echo the string contained in $wbuf in the AE::log statement and it comes up empty (null string). I'm not expecting any data at the program exit point, as it doesn't come until after all of the callbacks have been invoked. Does this "fatal" indicate that I've done something wrong? If so what might I look for, and if not, how do I suppress that message so I don't look any dumber than I am?</div>
<div> </div>
<div class="signature">--<br/>
Art Sackett<br/>
http://www.artsackett.com/</div></div></body></html>