Skip to content

Commit

Permalink
disable subscription resumption
Browse files Browse the repository at this point in the history
  • Loading branch information
shih840426 committed Jan 10, 2024
1 parent 8261246 commit 0572f4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ declare_args() {
# Enable Subscription persistence / resumption for CI and supported platforms
if (chip_device_platform == "darwin" || chip_device_platform == "linux" ||
chip_device_platform == "esp32" || chip_device_platform == "fake" ||
chip_device_platform == "efr32" || chip_device_platform == "SiWx917" ||
chip_device_platform == "rt58x") {
chip_device_platform == "efr32" || chip_device_platform == "SiWx917"
#|| chip_device_platform == "rt58x"
) {
chip_persist_subscriptions = true
} else {
chip_persist_subscriptions = false
Expand Down

0 comments on commit 0572f4a

Please sign in to comment.