228 if (this->data.find(_topic) != this->data.end())
230 if (this->data[_topic].find(_nUuid) != this->data[_topic].end())
232 counter = this->data[_topic][_nUuid].erase(_reqUuid);
233 if (this->data[_topic][_nUuid].empty())
234 this->data[_topic].erase(_nUuid);
235 if (this->data[_topic].empty())
236 this->data.erase(_topic);