mateodelnorte / servicebus

Simple service bus for sending events between processes using amqp.
MIT License
420 stars 66 forks source link

Convert content to string. #107

Closed golovan closed 7 years ago

golovan commented 7 years ago

In some cases I was getting Buffer from amqplib. And as a result an error was thrown each time. This workaround should help us to ensure we always have string in that place. Please add this fix to v1 of your lib as well.