platypush/platypush/event/processor
Fabio Manganiello 862d56a338
Prevent duplicate hook runs.
Instead of being a list, the hooks in the hook processor should be
backed by by-name and by-value maps.

Don't insert a hook if its exact backing method has already been
inserted. This is actually very common when hooks are defined as Python
snippets imported in other scripts too.
2024-04-22 02:05:19 +02:00
..
__init__.py Prevent duplicate hook runs. 2024-04-22 02:05:19 +02:00