atheriel / longears

The RabbitMQ client for R
https://atheriel.github.io/longears/
36 stars 9 forks source link

Why is the message payload encoded ? #21

Open briour opened 11 months ago

briour commented 11 months ago

I installed longEars and successfully connected to my RabbitMQ broker. But I don't understand why the payloads are like "66 69 72 73 74" instead of simple text like "first".

As the same happens in the examples in Readme, I suppose there must be some reason to encode the payload like this. But how do I decode the payload ?