From: Brian Candler Date: 2009-07-14T01:44:12+09:00 Subject: Re: TCPServer — send and recieve simultaneous Benedikt Mueller wrote: > I thougt I use rescue bla to don't put an error message. Oh sure, you need it this way round though: begin .. put the rest of your code here rescue Errno::EPIPE end -- Posted via http://www.ruby-forum.com/.