From ce5b0ca5768c926f73434f157b19cc185471f1af Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 11 Dec 2017 15:30:24 +0100 Subject: Update docs, fixes #106 --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 1813f2b..9c669d5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -547,7 +547,8 @@ exception is raised). If async is True, the listener will listen on another thread and these methods will return a handle corresponding to the open connection. The -connection may be closed at any time by calling its close() method. +connection may be closed at any time by calling the handles close() method, and the +status of the connection can be verified calling is_alive() on the handle. The streaming functions take instances of `StreamListener` as a parameter. A `CallbackStreamListener` class that allows you to specify function callbacks -- cgit v1.2.3