test
This commit is contained in:
parent
0d29bee4c1
commit
f7b085a217
@ -238,6 +238,7 @@ func MQTGCmdWorker(id int, cmds <-chan TGCommand) {
|
||||
logOnError(err, "MQTGCmdWorker["+strconv.Itoa(id)+"] : Marshal(c)")
|
||||
//log.Printf("MQTGCmdWorker["+strconv.Itoa(id)+"] : new command.\n%s\n", string(j))
|
||||
for clientsQueue[c.FromUserID64].Connection.IsClosed() {
|
||||
log.Printf("MQKeepAliveWorker : Resetting MQ connection for #%d.\n", c.FromUserID64)
|
||||
clientsQueue[c.FromUserID64].Connection, err = amqp.Dial("amqp://" + clientsQueue[c.FromUserID64].User + ":" + clientsQueue[c.FromUserID64].Password + "@" + clientsQueue[c.FromUserID64].Host + "/" + clientsQueue[c.FromUserID64].Path)
|
||||
logOnError(err, "MQKeepAliveWorker : Cannot open MQ connection")
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user