Skip to content

Commit

Permalink
remove setting exclusive reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Aug 4, 2022
1 parent 96a8431 commit 2cb42ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dds/dds-device-watcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ void dds_device_watcher::init()
rqos.durability().kind = VOLATILE_DURABILITY_QOS; // The Subscriber receives samples from the
// moment it comes online, not before
rqos.data_sharing().off();
rqos.ownership().kind = EXCLUSIVE_OWNERSHIP_QOS;
_reader = DDS_API_CALL( _subscriber->create_datareader( _topic, rqos, nullptr ) );

if( _reader == nullptr )
Expand Down

0 comments on commit 2cb42ec

Please sign in to comment.