This commit is contained in:
shoopea 2019-06-28 14:25:31 +08:00
parent b21e22c59a
commit f5a5d34620

2
mq.go
View File

@ -12,7 +12,7 @@ func (s MQSession) Open() error {
err error
conn *amqp.Connection
ch *amqp.Channel
q *amqp.Queue
q amqp.Queue
)
if s.isConnected {
return errors.New("Session is already connected.")