From 4473d24370b3eaae58da25a52c8b88c492e95e1e Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Dec 2021 22:57:11 +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 68140c0..b70cc71 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) + // TODO: kraProtocol.StatusMessageAlreadyInQueue + if status == kraProtocol.StatusReply { if isVoice { for _, data := range webClient.VoiceCmdIDsByBackend {