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