Adding removal subscriber

This commit is contained in:
stephb9959
2022-03-07 14:45:31 -08:00
parent b2bd7adfcc
commit d8b459e744

View File

@@ -209,8 +209,9 @@ namespace OpenWifi {
auto Names = O->getNames();
_OWDEBUG_
auto SectionName = Names[0];
std::cout << "Names[0]" << SectionName << std::endl;
_OWDEBUG_
auto SectionInfo = O->getObject(SectionName);
auto SectionInfo = O->get(SectionName).extract<Poco::JSON::Object>();
_OWDEBUG_
auto InsertInfo = Sections.insert(SectionName);
_OWDEBUG_