We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40456d6 commit 851159aCopy full SHA for 851159a
src/frequenz/dispatch/__init__.py
@@ -32,8 +32,8 @@ class Dispatcher:
32
async def run():
33
dispatcher = Dispatcher(API_CONNECTION_INFO)
34
dispatcher.start() # this will start the actor
35
- dispatch_arrived = dispatcher.new_dispatches().new_receiver()
36
- dispatch_ready = dispatcher.ready_dispatches().new_receiver()
+ dispatch_arrived = dispatcher.updated_dispatches()
+ dispatch_ready = dispatcher.ready_dispatches()
37
```
38
"""
39
0 commit comments