Handler written for protocol class
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user