100101102103104105106107108109110
try { BioSender sender = bioSenders.get(mbr); sender.disconnect(); }catch ( Exception e ) { if ( x == null ) x = new ChannelException(e); x.addFaultyMember(mbr,e); } bioSenders.remove(mbr); } if ( x != null ) throw x; }