Add enable_debug_events parameter to enable expensive debug events

This should allow less dispatching during heavy gateway event streams.
This commit is contained in:
Rapptz
2021-07-31 20:35:16 -04:00
parent 2de0398d66
commit b640493300
3 changed files with 30 additions and 3 deletions

View File

@ -318,6 +318,8 @@ to handle it, which defaults to print a traceback and ignoring the exception.
This is only really useful for grabbing the WebSocket stream and
debugging purposes.
This requires setting the ``enable_debug_events`` setting in the :class:`Client`.
.. note::
This is only for the messages received from the client
@ -337,6 +339,8 @@ to handle it, which defaults to print a traceback and ignoring the exception.
This is only really useful for grabbing the WebSocket stream and
debugging purposes.
This requires setting the ``enable_debug_events`` setting in the :class:`Client`.
.. note::
This is only for the messages sent from the client