From 225c72b6c70921b1bb6c37f72ec37bd1b759b3fd Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 29 Jan 2017 21:09:13 +0100 Subject: [PATCH] important note --- docs/caveats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/caveats.md b/docs/caveats.md index 517a474..eefe3ef 100644 --- a/docs/caveats.md +++ b/docs/caveats.md @@ -2,7 +2,6 @@ Things to look out for - ## memoryviews Since CoolAMQP tries to be fast, it uses memoryviews everywhere. _ReceivedMessage_ properties, and message @@ -20,3 +19,4 @@ in Cluster.consume). Note that YOU, when sending messages, should not use memoryviews. Pass proper byte objects and text objects as required. +_AMQPError_'s returned to you via futures will also have memoryviews as _reply_text_! -- GitLab