ack handling
parent
9f19a3e71f
commit
d6dcdce0cb
|
@ -153,6 +153,7 @@ func removeMessageFromSendQueueByCmdID(queueMessages []*SendQueueMessage, mutex
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return queueMessages
|
||||||
}
|
}
|
||||||
|
|
||||||
func (webClient *WebClient) RemoveMessageFromVoiceReceivedQueueByCmdID(cmdID int) {
|
func (webClient *WebClient) RemoveMessageFromVoiceReceivedQueueByCmdID(cmdID int) {
|
||||||
|
|
Loading…
Reference in New Issue