debug msg

master
Alex 2022-03-15 12:14:05 +01:00
parent 54237b2df7
commit 530be231e3
1 changed files with 17 additions and 18 deletions

View File

@ -63,7 +63,6 @@ func handleSendQueueMessage(currentTime time.Time, webClient *structs.WebClient,
if int(currentTime.UnixMilli())-int(msg.Time.UnixMilli()) > kraSettingsConfig.Cfg.WebSocket.AckTimeouts[msg.TrySendCount] {
var err error
if webClient != nil && mcClient != nil {
msg.Time = currentTime
if webClient != nil {
@ -87,5 +86,5 @@ func handleSendQueueMessage(currentTime time.Time, webClient *structs.WebClient,
msg.TrySendCount++
}
}
}
}