On 04 December 2019 at 16:38, Andrew Stitcher wrote:
> On Tue, 2019-12-03 at 11:47 +0000, Bourne, Mark wrote:
> > With Python Proton version 0.29.0, the `get_connection_address`
> > method of `proton.reactor.Reactor` attempts to call
> > `connection.get_address()`. However
With Python Proton version 0.29.0, the `get_connection_address` method of
`proton.reactor.Reactor` attempts to call `connection.get_address()`. However,
that method doesn't seem to exist, leading to an exception. Code to reproduce
this is attached (demo.py - also copied at the end of this mess