Skip to content
Snippets Groups Projects
Commit 5da0ee8d authored by Christian Dreher's avatar Christian Dreher Committed by Patrick Dormanns
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6fb1e993
No related branches found
No related tags found
1 merge request!391(Scoped)SubscriptionHandle to unsubscribe from memory updates
Pipeline #15761 failed
This commit is part of merge request !391. Comments created here will be created in the context of that merge request.
...@@ -183,7 +183,7 @@ namespace armarx::armem::client::util ...@@ -183,7 +183,7 @@ namespace armarx::armem::client::util
ARMARX_CHECK_NOT_EMPTY(memoryID.memoryName) ARMARX_CHECK_NOT_EMPTY(memoryID.memoryName)
<< "The memoryName must be specified to subscribe"; << "The memoryName must be specified to subscribe";
if (component && memoryRefCount[memoryID.memoryName] == 0) if (component and memoryRefCount[memoryID.memoryName] == 0)
{ {
component->usingTopic(MakeMemoryTopicName(memoryID)); component->usingTopic(MakeMemoryTopicName(memoryID));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment