} catch (InterruptedException ex) {
ex.printStackTrace();
}
break;
case ChannelCloseMessage.ID:
ChannelCloseMessage m4 = (ChannelCloseMessage)msg;
chann = locals.get(m4.getChannelId());
chann.peerClose();
break;
default:
GlieseLogger.LOGGER.error(String.format(
"Unexpected message type: %d", msg.getID()));