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 {