ack handling

master
Alex 2022-03-18 23:39:18 +01:00
parent cf149e6443
commit 3891bde8e0
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ func getMessageFromReceivedQueueByCmdID(receivedQueueMessages []*ReceivedQueueMe
func (webClient *WebClient) RemoveMessageFromVoiceSendQueueByCmdID(cmdID int) {
removeMessageFromSendQueueByCmdID(webClient.SendVoiceQueueMessages, &webClient.sendVoiceQueueMessagesMu, cmdID)
logger.WebVoice.Warnln("RemoveMessageFromVoiceSendQueueByCmdID list", webClient.SendVoiceQueueMessages)
}
func (webClient *WebClient) RemoveMessageFromMobileSendQueueByCmdID(cmdID int) {