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
Cyclic groups should be checked on importing and setting a parent.
Note
Nested groups are not used in the sample app and not really well tested. The point of having nested groups is unclear to me, as this only comes in the CDB spec, not in the Mesh Profile. So this is only a way of organizing groups for the user.
The text was updated successfully, but these errors were encountered:
In the
isChildOf()
method there is a risk of an infinite loop, if the groups point form a cyclic references:IOS-nRF-Mesh-Library/nRFMeshProvision/Classes/Mesh API/Group+MeshNetwork.swift
Lines 97 to 106 in 12e8332
Cyclic groups should be checked on importing and setting a parent.
Note
Nested groups are not used in the sample app and not really well tested. The point of having nested groups is unclear to me, as this only comes in the CDB spec, not in the Mesh Profile. So this is only a way of organizing groups for the user.
The text was updated successfully, but these errors were encountered: