jakubkulhan / bunny

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

Sync client should use AsyncClient internally #111

Open WyriHaximus opened 3 years ago

WyriHaximus commented 3 years ago

By using the AsyncClient internally we move the responsibility and most logic of this package into one location.