reply handling
parent
6ecc983eb0
commit
4473d24370
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue