platypush/platypush/bus
Fabio Manganiello dc96b4995c
[core] Added ApplicationStartedEvent to Redis bus instead of application.
The Redis bus now uses a pub/sub architecture rather than a simple
queue.

Earlier on, the application could post an event to the queue and then
pick it up when it started listening.

When doing a publish on a pub/sub channel, however, any messages
sent before the client started listening will be lost.
2024-07-16 20:56:51 +02:00
..
__init__.py Support to register/unregister custom handlers on the bus. 2023-09-17 02:29:11 +02:00
redis.py [core] Added ApplicationStartedEvent to Redis bus instead of application. 2024-07-16 20:56:51 +02:00