Migration to protocol class

This commit is contained in:
2024-03-31 10:42:17 -04:00
parent 4e5e49606c
commit 504e26114e
7 changed files with 3 additions and 158 deletions
+1 -1
View File
@@ -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) {