nuwber / rabbitevents

Nuwber's RabbitEvents provides a simple observer implementation, allowing you to publishing and handling for various events that occur in your applications. For example, if you need to react to some event occurred in another API.
MIT License
121 stars 36 forks source link

fix: properly load SSL configuration #77

Closed le-yak closed 2 years ago

le-yak commented 2 years ago

Laravel's Collection::get() does not support dot notation

As a result, SSL configuration is currently ignored.

Sorry for not updating the tests, but I am unable to mock an AMQPS server at this time ;)