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
When loading all groups and then trying to populate the team property, an infinite loop occurs.
It is important that the group was loaded with the "resourceProvisioningOptions" collection property selected!
It occurs on the first call of group#setTeam. I posted the stack trace below.
Expected behavior
No infinite loop occurs as in V5 of the SDK.
How to reproduce
You should only need to replace the GraphClient initialization with your own and your tenant needs to contain Teams groups.
Describe the bug
When loading all groups and then trying to populate the team property, an infinite loop occurs.
It is important that the group was loaded with the "resourceProvisioningOptions" collection property selected!
It occurs on the first call of group#setTeam. I posted the stack trace below.
Expected behavior
No infinite loop occurs as in V5 of the SDK.
How to reproduce
You should only need to replace the GraphClient initialization with your own and your tenant needs to contain Teams groups.
SDK Version
6.13.0
Latest version known to work for scenario above?
V5
Known Workarounds
No response
Debug output
Click to expand log
```setIsInitializationCompleted:68, InMemoryBackingStore (com.microsoft.kiota.store) [103]
setupNestedSubscriptions:207, InMemoryBackingStore (com.microsoft.kiota.store)
set:151, InMemoryBackingStore (com.microsoft.kiota.store)
lambda$setupNestedSubscriptions$1:210, InMemoryBackingStore (com.microsoft.kiota.store)
accept:-1, InMemoryBackingStore$$Lambda$642/0x000001bcdb571a48 (com.microsoft.kiota.store)
set:176, InMemoryBackingStore (com.microsoft.kiota.store)
ensureCollectionPropertyIsConsistent:231, InMemoryBackingStore (com.microsoft.kiota.store)
setIsInitializationCompleted:65, InMemoryBackingStore (com.microsoft.kiota.store) [102]
setupNestedSubscriptions:207, InMemoryBackingStore (com.microsoft.kiota.store)
set:151, InMemoryBackingStore (com.microsoft.kiota.store)
lambda$setupNestedSubscriptions$1:210, InMemoryBackingStore (com.microsoft.kiota.store)
accept:-1, InMemoryBackingStore$$Lambda$642/0x000001bcdb571a48 (com.microsoft.kiota.store)
set:176, InMemoryBackingStore (com.microsoft.kiota.store)
ensureCollectionPropertyIsConsistent:231, InMemoryBackingStore (com.microsoft.kiota.store)
setIsInitializationCompleted:65, InMemoryBackingStore (com.microsoft.kiota.store) [101]
...
The text was updated successfully, but these errors were encountered: