Migration to protocol class
This commit is contained in:
@@ -296,7 +296,7 @@ public class ClientConnection extends AbstractConnection {
|
||||
if (MBServerStatics.DEBUG_PROTOCOL)
|
||||
applicationProtocolLogger(msg, MessageSource.SOURCE_CLIENT);
|
||||
|
||||
return ConfigManager.handler.handleClientMsg(msg); // *** Refactor : Null check then call
|
||||
return Protocol.handleClientMsg(msg);
|
||||
}
|
||||
|
||||
private void applicationProtocolLogger(AbstractNetMsg msg, MessageSource origin) {
|
||||
|
||||
Reference in New Issue
Block a user