Don't return

This commit is contained in:
Asim 2016-05-10 11:17:48 +01:00
parent aea81315d0
commit 9d629b5365

View File

@ -382,7 +382,6 @@ func (h *httpBroker) Publish(topic string, msg *Message, opts ...PublishOption)
node := service.Nodes[rand.Int()%len(service.Nodes)]
// publish async
go fn(node, b)
return nil
}
return nil