Skip to content
Snippets Groups Projects

(Scoped)SubscriptionHandle to unsubscribe from memory updates

Merged Patrick Dormanns requested to merge MemoryListener-unsubscribe into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -183,7 +183,7 @@ namespace armarx::armem::client::util
ARMARX_CHECK_NOT_EMPTY(memoryID.memoryName)
<< "The memoryName must be specified to subscribe";
if (component && memoryRefCount[memoryID.memoryName] == 0)
if (component and memoryRefCount[memoryID.memoryName] == 0)
{
component->usingTopic(MakeMemoryTopicName(memoryID));
}
Loading