Add owner field to connection instances

This commit is contained in:
Marko Durkovic
2022-04-13 11:09:30 +02:00
parent d32742b904
commit 657032ce9f
8 changed files with 78 additions and 13 deletions
+2
View File
@@ -68,6 +68,7 @@ def upgrade_connection(rconn: Connection) -> Connection:
'cdr',
LATCH if rconn.ext.latching else '',
),
None,
)
@@ -94,6 +95,7 @@ def downgrade_connection(rconn: Connection) -> Connection:
None,
int('durability: 1' in rconn.ext.offered_qos_profiles),
),
None,
)