From 2d885f840c35aafd7cbb68e5c5aafc0b1c907460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Dec 2011 11:11:37 +0100 Subject: Fix an error in the previously edited README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6aa445..46102eb 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ is automatically done when needed by the Bullet client as explained later in this document. You might have noticed the odd Active argument to init/4. It -indicates what type of connection we have. When Active == false, +indicates what type of connection we have. When Active == once, we have a temporary connection that only allows one reply before terminating. When Active == true, the connection allows any number of replies. You can use this information to inform your session process that it should send only 1 message, in the case of -Active == false, or that it can send messages whenever in the +Active == once, or that it can send messages whenever in the case of Active == true. You would typically use init/4 to inform your session process -- cgit v1.2.3