You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,33 @@ fluent, with tag 'app.follow' and the attributes 'from' and 'to'.
93
93
'to': 'userB'
94
94
})
95
95
96
+
If you want to shutdown the client, call `close()` method.
97
+
98
+
.. code:: python
99
+
100
+
sender.close()
101
+
102
+
Handler for buffer overflow
103
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
104
+
105
+
You can inject your own custom proc to handle buffer overflow in the event of connection failure. This will mitigate the loss of data instead of simply throwing data away.
0 commit comments