Server dies during client callback with broken pipe
Paul Nader
naderp@d22mail.alcatel.com.au
Tue, 24 Feb 1998 16:05:52 +1100 (EST)
Hi,
I have a client-server pair which reverse roles during callbacks. The client passes
a reference to a callback object to the server who uses it to send data back.
Everythink works fine but if I deliberatly kill the client in the middle of a
server callback reply, the server dies as well with a Broken pipe message.
Under the debugger the server dies in the during the send call in
tcpSocketStrand::ll_send()..
Is this a known bug?
Cheers, Paul.