diff --git a/serverCommunication/serverCommunication.go b/serverCommunication/serverCommunication.go index 4333004..6a81e67 100644 --- a/serverCommunication/serverCommunication.go +++ b/serverCommunication/serverCommunication.go @@ -33,6 +33,8 @@ func AckHandler() { for _ = range ticker.C { currentTime := time.Now() + logger.Web.Debugln("ack handler running") + for _, webClient := range cache.WebClients { for _, msg := range webClient.SendVoiceQueueMessages { logger.Web.Debugln("ackHandler voice:", webClient.SendVoiceQueueMessages)