Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 8, 2019
1 parent 8af3329 commit 5cd7141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,8 @@ def broker_receive_maximum(self):
"""The maximum number of QoS 1 and QoS 2 publications the broker is
willing to process concurrently.
Only valid when connected to the broker.
"""

return self._broker_receive_maximum
Expand Down Expand Up @@ -994,7 +996,8 @@ async def start(self):

async def stop(self):
"""Try to cleanly disconnect from the broker and then close the TCP
connection.
connection. Call `start()` after `stop()` to reconnect to the
broker.
>>> await client.stop()
Expand Down

0 comments on commit 5cd7141

Please sign in to comment.