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
getMultipleAccountsInfo has a limit of 100 accounts - This was causing calls to fail if someone has more than a 100 aligned/dynamic streams in the incoming or outgoing category. Added wrapper function that is going to batch these into smaller requests with max size of 100.