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
While Group Msg reception is supposed to work, it wasn't really tested other than with some Unit Test.
Proposed Solution
Make sure that upon reception of a Group Msg packet (groupId, GroupSession present, etc.) it is routed through the correct path inside the Matter SDK and that no unwanted behaviour is triggered (e.g. sending an Ack).
We can test/achieve this with the TestGroupMessaging yaml test case
The text was updated successfully, but these errors were encountered:
Problem
While Group Msg reception is supposed to work, it wasn't really tested other than with some Unit Test.
Proposed Solution
Make sure that upon reception of a Group Msg packet (groupId, GroupSession present, etc.) it is routed through the correct path inside the Matter SDK and that no unwanted behaviour is triggered (e.g. sending an Ack).
We can test/achieve this with the
TestGroupMessaging
yaml test caseThe text was updated successfully, but these errors were encountered: