Adding removal subscriber

This commit is contained in:
stephb9959
2022-03-07 14:53:41 -08:00
parent b7cb7a295d
commit 4995926afc

View File

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