jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
706 stars 102 forks source link

Introduce lazy client #109

Open WyriHaximus opened 3 years ago

WyriHaximus commented 3 years ago

Inspired by https://github.com/clue/reactphp-redis/pull/87, the lazy client would only open a connection when needed by users.