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 32326cc commit 87e2cc8Copy full SHA for 87e2cc8
cli_proton_python/receiver.py
@@ -216,7 +216,7 @@ def on_connection_opened(self, event):
216
:type event: proton.Event
217
"""
218
if self.opts.process_reply_to and event.connection.remote_offered_capabilities and \
219
- 'ANONYMOUS-RELAY' in event.connection.remote_offered_capabilities.elements:
+ 'ANONYMOUS-RELAY' in event.connection.remote_offered_capabilities:
220
self.relay = event.reactor.create_sender(event.connection, None)
221
222
def on_link_opened(self, event):
0 commit comments