Github user grs commented on a diff in the pull request:

    https://github.com/apache/qpid-proton/pull/64#discussion_r51931699
  
    --- Diff: tests/python/proton_tests/utils.py ---
    @@ -72,6 +76,24 @@ def wait(self):
             self.event.wait(self.timeout)
     
     
    +class ConnPropertiesServer(EchoServer):
    +     def __init__(self, url, timeout):
    +        EchoServer.__init__(self, url, timeout)
    +        self.properties_received = False
    +        self.offered_capabilities_received = False
    +        self.desired_capabilities_received = False
    +
    +     def on_link_opening(self, event):
    --- End diff --
    
    this is fine; could also be on_connection_opening which might be clearer in 
intent, but this works also


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to