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)