Skip to content

Commit 6c682f6

Browse files
committed
🎨 Note: notify is now synchronous, but kept async for compatability
Signed-off-by: ff137 <[email protected]>
1 parent c29027c commit 6c682f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acapy_agent/core/event_bus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async def notify(self, profile: "Profile", event: Event):
102102
event (Event): event to emit
103103
104104
"""
105+
# TODO: This method can now be made synchronous (would be breaking change)
105106
LOGGER.debug("Notifying subscribers for event: %s", event)
106107
# Define partial functions for each subscriber that matches the event topic
107108
partials = [

0 commit comments

Comments
 (0)