summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-22 16:02:55 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-22 16:02:55 +0200
commit5a3717ef847517c3e1a903badd31bf12831a7171 (patch)
tree81d94ad81b2eadf28b94c78c88b5b3760db85a07 /README.md
parent13cad1519b679526b2b8f5f38dd388d0ed3a4dcd (diff)
downloadApp-ImapNotify-5a3717ef847517c3e1a903badd31bf12831a7171.tar.gz
App-ImapNotify-5a3717ef847517c3e1a903badd31bf12831a7171.tar.xz
Expect BYE from server and return gracefully
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb939d1..c18666e 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Same as loop(), but automatcally calls loop() again if the connection is lost.
Open a connection and wait for NOTIFY notifications. When a NOTIFY notification
arrives, show a notification to the user.
-This method throws an exception when the connection to the server is lost. If
-you want to continue waiting for new notifications, you may call this method
-again. Also look at loop\_reconnect().
+This method either returns when the server closes the connection or throws an
+exception when the connection to the server is lost. If you want to continue
+waiting for new notifications, you may call this method again. Also look at
+loop\_reconnect().