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 385b612 commit 9e2671aCopy full SHA for 9e2671a
sogs/events.py
@@ -115,7 +115,7 @@ def _propagate_event(eventname, *args):
115
assert event_name_valid(eventname)
116
global _mq
117
for conn in _pool.get(eventname):
118
- _mq.command('sogs.event', eventname, *args)
+ _mq.command('sogs.event', conn, eventname, *args)
119
120
121
def _handle_request(handler, msg):
0 commit comments