Merge branch 'dev-3.x' into scenes

# Conflicts:
#	tests/test_dispatcher/test_event/test_handler.py
This commit is contained in:
JRoot Junior 2023-11-16 22:55:36 +02:00
commit 82f1c8a418
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
20 changed files with 214 additions and 126 deletions

View file

@ -59,7 +59,8 @@ Examples
.. danger::
Middleware should always call :code:`await handler(event, data)` to propagate event for next middleware/handler
Middleware should always call :code:`await handler(event, data)` to propagate event for next middleware/handler.
If you want to stop processing event in middleware you should not call :code:`await handler(event, data)`.
Class-based