rabbitmq/rabbitmq-objc-client

Separate methods for sending raw NSData

camelpunch opened this issue · 1 comments

We currently only support sending of strings.

  • Implement new methods
  • Update tutorial 1 to point to this information where the Ruby one talks about byte arrays.

Closing as we now 'only' support NSData, and strings can be converted easily into these objects.