We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3681d commit 5a91dccCopy full SHA for 5a91dcc
examples/common/pigweed/rpc_services/Device.h
@@ -485,9 +485,9 @@ class Device : public pw_rpc::nanopb::Device::Service<Device>
485
virtual pw::Status TriggerIcdCheckin(const pw_protobuf_Empty & request, pw_protobuf_Empty & response)
486
{
487
#if CHIP_CONFIG_ENABLE_ICD_CIP
488
- chip::app::InteractionModelEngine::GetInstance()->ShutdownAllSubscriptionHandlers();
489
chip::DeviceLayer::PlatformMgr().ScheduleWork(
490
[](intptr_t) {
+ chip::app::InteractionModelEngine::GetInstance()->ShutdownAllSubscriptionHandlers();
491
ChipLogDetail(AppServer, "Being triggerred to send ICD check-in message to subscriber");
492
chip::app::ICDNotifier::GetInstance().NotifyNetworkActivityNotification();
493
},
0 commit comments