Hello,
when we use hub functionality in our project we see that after a while the streaming stops and we see the following errors:
[DEBUG] ConfigurationManager::getStatus failed
[DEBUG] ConfigurationManager::getLocalsStatus failed, key recording-SVO-
and some seconds later:
[DEBUG] ConfigurationManager::updateStatus failed, key device.parameters.reported.core.secondary_streams
[DEBUG] updateConfiguration STATUS_CODE::FAILURE/builds/sl/zediot/IoT/projects/core/sl_iot/src/network/HubClient.cpp 1869
we have 2 camera’s streaming to hub.
We suspect it hangs in the HubClient::update() function.
How can we fix this?