houseofcat / turbocookedrabbit

A user friendly RabbitMQ library written in Golang.
MIT License
107 stars 20 forks source link

NewPublisher doesn't set Config, which all Publish methods rely on #38

Closed tiggerite closed 2 years ago

tiggerite commented 2 years ago

Fixed by #37 by using the config from the ConnectionPool instead.