From f1bfb42258207715a17bcd688436eee87a4e6eff Mon Sep 17 00:00:00 2001
From: Ian Gulliver
Date: Thu, 19 Jun 2014 23:28:21 -0700
Subject: [PATCH] Document connected()
---
reference.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/reference.html b/reference.html
index 0240278..7129b71 100644
--- a/reference.html
+++ b/reference.html
@@ -55,6 +55,7 @@
outstanding and some cleanup may be deferred.
+
+
+Arguments: none
+
+Returns: A boolean indicating whether we currently believe that we are
+connected to the server.
+
+Note that this information may lag by the detection delay built into the channel API.
+
+
Arguments: none