Hey,<div><br><div>I've been using the WCF tests in the c# examples and I've been testing how the service reacts to network&nbsp;disconnects.</div><div>If I open both a &nbsp;WCF client and server (using the DuplexTest) and kill tcp connections (from the app to the broker) I see that there are events that are fired internally,&nbsp;such-as&nbsp;<span style="color: rgb(43, 145, 175); font-family: Consolas;">RabbitMQChannelBase.</span><span style="color: black; font-family: Consolas;">Faulted,&nbsp;</span>however neither the service or the client fire the Faulted event.</div><div>Is there a way to&nbsp;propagate&nbsp;this channel fault up to the client and service? or is there a way to listen to the channel fault event?</div><div><br></div><div>Without knowing that the service is dead we have no ability to rebuild the ServiceHost.</div><div><br></div><div>Thanks,</div><div>Eytan</div></div>