reply handling

master
Alex 2021-12-29 15:22:58 +01:00
parent 9926cdba0e
commit 3924482dd4
1 changed files with 2 additions and 0 deletions

View File

@ -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)