Handler written for protocol class

This commit is contained in:
2024-03-29 10:08:11 -04:00
parent 25ab3747eb
commit 0e431aa726
+2
View File
@@ -302,6 +302,8 @@ public enum Protocol {
AbstractClientMsgHandler msgHandler = protocol.handler;
// Eat this message; no or empty handler
if (msgHandler == null)
return true;