Add owner field to connection instances
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user