From 3924482dd4666aec0ddb2e293a929ac5f2477e1c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Dec 2021 15:22:58 +0100 Subject: [PATCH] reply handling --- serverCommunication/web.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serverCommunication/web.go b/serverCommunication/web.go index 58d9444..c5ba070 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -29,6 +29,8 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, msg []byt status, cmdID, dest, cmdNumber, args := kraProtocol.DecodeWebMessage(msg) + logger.Web.Debugln("kraProtocol", status, cmdID, dest, cmdNumber, args) + if status == kraProtocol.StatusReply { // TODO: TODO: handling reply - answering message to target dest (ex. GameServer-1)