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
Fix handling of path-specific errors in MTRBaseDevice subscribe code. (#26168)
* Fix handling of path-specific errors in MTRBaseDevice subscribe code.
1) Improve documentation for subcribeTo* functions on MTRBaseDevice.
2) Fix the implementation to not call the subscriptionEstablished handler when
the subscription actually errors out before the subscribe is complete.
3) Fix the error handling in the implementation to report path-specific errors
using the same mechanism as MTRDevice.
Fixes#26076
* Address review comment.
0 commit comments