From 80bbda20b335ac33f4094157e27c1bd2e639fea1 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 28 Jun 2019 14:51:44 +0800 Subject: [PATCH] test --- workers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/workers.go b/workers.go index c31dce4..9ceb873 100644 --- a/workers.go +++ b/workers.go @@ -34,6 +34,7 @@ func MQGetMsgWorker(id int, msgs chan<- ChatWarsMessage) { //log.Printf("MQGetMsgWorker[" + strconv.Itoa(id) + "] : Connected to RabbitMQ") log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Session address : %p.\n", &s) log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue address : %p.\n", &s.MQQueue) + log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue name : %s.\n", &s.MQQueue.Name) /* m, err := s.MQChannel.Consume( s.MQQueue.Name, // queue