chrisdecenzo
chrisdecenzo
> The error with the `tv-app` comes from the fact that the `tv-app` has the flag `CHIP_DEVICE_CONFIG_ENABLE_BOTH_COMMISSIONER_AND_COMMISSIONEE` turned on. > > As a result, the server code in `src/app/server` initialise...
Working on a fix for this now.
My followup PR should address this: https://github.com/project-chip/connectedhomeip/pull/21522
@msandstedt - The CHIPDeviceController has a SetUdcListenPort(...) command which can be used to set the port to something different. Does the Darwin test set the listenPort for each commissioner to...
should be fixed now