From 78a0bbf8030cc933b84e3493565d13953cbaba0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 28 May 2016 01:37:23 +0200 Subject: [PATCH] readme help --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd36b3..8f97896 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ CoolAMQP makes you forget about all the nasty corner cases about AMQP reconnecti You only need to remember that: -1. Reconnects and redefinitions takes a while. Things will happen during that time. +1. Reconnects and redefinitions take a while. + * Things will happen during that time. It is your responsibility to ensure that your distributed system is built to handle this 2. CoolAMQP will tell you when it senses losing broker connection. * It will also tell you when it regains the connection (that means that everything is redefined). 3. Delivering messages multiple times may happen. -- GitLab