Skip to content
Snippets Groups Projects

Resolve "Replace global MemoryUpdates topic by memory-specific ones"

1 unresolved thread
8 files
+ 53
9
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -14,8 +14,9 @@ namespace armarx::armem::client::plugins
void ListeningPlugin::postCreatePropertyDefinitions(armarx::PropertyDefinitionsPtr& properties)
{
// This is now done by the client::util::MemoryListener class on subscription of a memory ID.
// Subscribe topics by single servers, use this as a prefix.
properties->topic<MemoryListenerInterface>("MemoryUpdates");
// properties->topic<MemoryListenerInterface>("MemoryUpdates");
}
}
Loading