atheriel / longears

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

allow to publish raw data - fixes #3 #4

Closed dselivanov closed 4 years ago

atheriel commented 4 years ago

I thought I had implemented this already, definitely an error on my part. Thanks for the submission.

dselivanov commented 4 years ago

@atheriel thanks for valuable comments

dselivanov commented 4 years ago

However now I think library should produce error, not a warning when the character body length is not equal to one. For interactive use warning would be 'okay'. But for non-interactive use it is better to fail fast rather than spending a lot of time on debug later (I believe in most of the cases this package will be used in non-interactive mode)