if (protocolVersion >= ProtocolVersion.REPLICATION_PROTOCOL_V4)
{
// V4 protocol introduces a StopMsg to properly end communications
try
{
failingSession.publish(new StopMsg());
} catch (IOException ioe)
{
// Anyway, going to close session, so nothing to do
}
}