From 5b40c04f2a0b2663889ce87cbf777e341c855e3d Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Mon, 4 Jul 2016 10:13:50 +0200 Subject: [PATCH] Added documentation about missing RabbitMQ functionality --- include/channel.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/channel.h b/include/channel.h index 13a600b..71b74ca 100644 --- a/include/channel.h +++ b/include/channel.h @@ -90,6 +90,9 @@ public: * * This will stop all incoming messages * + * Note that this function does *not* work using RabbitMQ. For more info + * @see https://www.rabbitmq.com/specification.html#method-status-channel.flow + * * This function returns a deferred handler. Callbacks can be installed * using onSuccess(), onError() and onFinalize() methods. */