This commit is contained in:
shoopea 2019-05-17 16:33:33 +08:00
parent 584b25be54
commit da1d3ca910

View File

@ -309,6 +309,7 @@ func MQKeepAliveWorker() {
)
logOnError(err, "MQKeepAliveWorker : Failed to declare a queue")
clientsKeepAlive[x.UserID64] = &x
clientsQueue[x.UserID64] = &clt
c := TGCommand{
Type: commandSendMsg,