Skip to content
#

eventbus

Here are 640 public repositories matching this topic...

cburgdorf
cburgdorf commented Apr 2, 2020

What was wrong?

A common BroadcastConfig to use is BroadcastConfig(require_subscriber=False). It would be nice to have a constant for that so applications that are using the event bus can import it directly from lahja.

How can it be fixed?

  1. Create a new constant FIRE_AND_FORGET_BROADCASTING in lahja/constants.py

  2. Import it in lahja/__init__.py so that it gets r

Improve this page

Add a description, image, and links to the eventbus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eventbus topic, visit your repo's landing page and select "manage topics."

Learn more