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 a0ee953 commit 83a7cb8Copy full SHA for 83a7cb8
rabbitmq_amqp_python_client/asyncio/consumer.py
@@ -203,9 +203,9 @@ async def __aexit__(
203
@property
204
def address(self) -> str:
205
"""Get the current consumer address."""
206
- return self.address
+ return self._addr
207
208
209
def handler(self) -> Optional[AMQPMessagingHandler]:
210
"""Get the current message handler."""
211
- return self.handler
+ return self._handler
0 commit comments