You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction steps
1. Compile matter SDK while trying to call subscribevent function
There is a bug in the SubscribeEvent functionin CHIPCluster.h: https://github.com/project-chip/connectedhomeip/blob/342ba68745610b4bee23112ac56e0681d3e72067/src/controller/CHIPCluster.h#L348
While trying to use this functionI get the following compilation error:
vendor/csa-iot/connectedhomeip/src/controller/CHIPCluster.h:384:16: error: no matching functionfor call to 'SubscribeEvent'return Controller::SubscribeEvent<DecodableType>(&mExchangeManager, mSession.Get().Value(), mEndpoint, onReportCb,By changing this line of code https://github.com/project-chip/connectedhomeip/blob/342ba68745610b4bee23112ac56e0681d3e72067/src/controller/CHIPCluster.h#L369toauto onSubscriptionEstablishedCb = [context, subscriptionEstablishedCb](const app::ReadClient & readClient)compilation is successful
Reproduction steps
Bug prevalence
everytime
GitHub hash of the SDK that was being used
b4505ac
Platform
ameba, android, cc13x2_cc26x2, darwin, efr32, esp32, freeRTOS, IMX8, k32w, nrf, python, raspi, vscode, windows
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: