We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd8e4 commit 08f7d09Copy full SHA for 08f7d09
umqtt.simple/README.rst
@@ -46,7 +46,9 @@ API reference
46
Taking into account API traits described above, umqtt pretty closely
47
follows MQTT control operations, and maps them to class methods:
48
49
-* ``connect()`` - Connect to a server.
+* ``connect(...)`` - Connect to a server. Returns True if this connection
50
+ uses persisten session stored on a server (this will be always False if
51
+ clean_session=True argument is used (default)).
52
* ``disconnect()`` - Disconnect from a server, release resources.
53
* ``ping()`` - Ping server (response is processed automatically by wait_msg()).
54
* ``publish()`` - Publish a message.
0 commit comments