Catch all event handlers #1159
Answered
by
miguelgrinberg
Notadumdum
asked this question in
Q&A
-
Is the |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Mar 23, 2023
Replies: 1 comment 3 replies
-
You can check the change log to find out when a feature was added. The catch-all was introduced in 5.4.1. The connect event is a notification when the connection is established. Probably not a good idea to use it for other purposes. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Notadumdum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check the change log to find out when a feature was added. The catch-all was introduced in 5.4.1.
The connect event is a notification when the connection is established. Probably not a good idea to use it for other purposes.