Closed pathbox closed 5 years ago
Have you looked at the code in this project yourself?
@lukebakken Yes, as we konw, Dial(url string)
, it can not be Dial(url []string{})
Great, you answered your own question. This project would welcome a PR that implements the feature if you would like to submit one with tests.
A PR that adds support for multiple URIs/endpoints would be welcome. It is reasonably easy to do that without special support in this client.
Hi @michaelklishin, does the client now supports for multiple uris/endpoints?
Hi, I have a question, how to dial multiple addr, yes, I can do it by my code, I just want to know if
amqp
support it