diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index c50098d9..4700a3ba 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -108,6 +108,9 @@ to handle it, which defaults to print a traceback and ignore the exception. .. warning:: This function is not guaranteed to be the first event called. + Likewise, this function is **not** guaranteed to only be called + once. This library implements reconnection logic and thus will + end up calling this event whenever a RESUME request fails. .. function:: on_resumed() |