File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ WriterQos DataWriterQos::get_writerqos(
56
56
qos.m_userData = user_data ();
57
57
qos.representation = representation ();
58
58
qos.data_sharing = data_sharing ();
59
+ qos.transport_priority = transport_priority ();
59
60
60
61
if (qos.data_sharing .kind () != OFF &&
61
62
qos.data_sharing .domain_ids ().empty ())
Original file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ void WriterProxyData::set_qos(
1606
1606
{
1607
1607
resource_limits = qos.resource_limits ;
1608
1608
}
1609
- if (first_time && qos.transport_priority .has_value ())
1609
+ if (qos.transport_priority .has_value ())
1610
1610
{
1611
1611
transport_priority = qos.transport_priority ;
1612
1612
}
@@ -1705,6 +1705,7 @@ void WriterProxyData::set_qos(
1705
1705
{
1706
1706
ownership_strength = qos.m_ownershipStrength ;
1707
1707
}
1708
+ transport_priority = qos.transport_priority ;
1708
1709
if (first_time)
1709
1710
{
1710
1711
disable_positive_acks = qos.m_disablePositiveACKs ;
You can’t perform that action at this time.
0 commit comments