in reply to Re: Re: Re: IO::Socket::UNIX close() discards data when called "too soon"?
in thread IO::Socket::UNIX close() discards data when called "too soon"?

It was the uncaught SIGPIPE. Adding undef $/; to client solved the problem. Thanks!

  • Comment on Re: Re: Re: Re: IO::Socket::UNIX close() discards data when called "too soon"?
  • Download Code