message.reportFailed( new Exception("No longer connected" ));
//listener.connectionError( vconn ); //no need to call this, as there is no connection to remove
return;
}
Message reply = new AZGenericMapPayload( message.getMessageID(), message.getPayload(), (byte)1 );
vconn.sendMessage( message, reply );
write_selector.resumeSelects( vconn.getSocketChannel() ); //start write selecting now that there's something to send
}