ack handling

master
Alex 2022-03-18 23:48:40 +01:00
parent 9f19a3e71f
commit d6dcdce0cb
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ func removeMessageFromSendQueueByCmdID(queueMessages []*SendQueueMessage, mutex
break
}
}
return queueMessages
}
func (webClient *WebClient) RemoveMessageFromVoiceReceivedQueueByCmdID(cmdID int) {