@ -302,6 +302,8 @@ public enum Protocol {
AbstractClientMsgHandler msgHandler = protocol.handler;
// Eat this message; no or empty handler
if (msgHandler == null)
return true;