bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
270 stars 86 forks source link

closing connection after publish #13

Closed gregory-claeyssens closed 8 years ago

gregory-claeyssens commented 8 years ago

I believe connections are never closed after publishing, looks like the same is happening when consuming to.

There is a static function shutdown() but that is never called...

gregory-claeyssens commented 8 years ago

see pull request #14

bschmitt commented 8 years ago

your pull request has been merged