From c5e6fd880fd5c6d36a0f80f6368ee81eb265ea3a Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 5 Feb 2017 06:03:48 +0100 Subject: [PATCH] bump --- docs/caveats.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/caveats.md b/docs/caveats.md index 6ba5711..514f384 100644 --- a/docs/caveats.md +++ b/docs/caveats.md @@ -13,8 +13,7 @@ received_msg.routing_key.to_bytes() received_msg.properties.content_encoding.to_bytes() ``` -Only the _body_ property of the message will be a byte object (and not even that it you set an option -in Cluster.consume). +Only the _body_ property of the message will be a byte object (and not even that it you explicitly ask otherwise). Note that YOU, when sending messages, should not use memoryviews. Pass proper byte objects and text objects as required. -- GitLab