Skip to content

Commit 5baa77f

Browse files
jmartinez-silabsshgutte
authored andcommitted
Use persistent and subscription resumption implementation of ShouldCheckInMsgsBeSentAtActiveModeFunction by setting chip_subscription_timeout_resumption=true for Linux reference lit-icd-app (project-chip#35376)
1 parent 2f37e01 commit 5baa77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lit-icd-app/linux/args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ matter_enable_tracing_support = true
2828

2929
# ICD configurations
3030
chip_enable_icd_server = true
31-
chip_subscription_timeout_resumption = false
31+
chip_subscription_timeout_resumption = true
3232
chip_icd_report_on_active_mode = true
3333
chip_enable_icd_lit = true

0 commit comments

Comments
 (0)