This commit is contained in:
shoopea 2019-06-28 17:16:49 +08:00
parent 2a98b7e548
commit 0a4125a495

View File

@ -46,7 +46,7 @@ func MQGetMsgWorker(id int, msgs chan<- ChatWarsMessage) {
}
log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Address of struct : %p\n", c)
err := c.Open(c)
err := Open(c)
if err != nil {
q, err := c.Channel.QueueDeclare(