-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding More Than One Key to TodoTask AdditionalData causes PageIterator delegate to hang #1994
Comments
Thanks for raising this @gtwilliams03 Any chance you can share version of the SDK you are using when you reproduce this? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
I was using 5.15.0 |
Updated to 5.17.0 and this still hangs. |
Thanks for confirming this @gtwilliams03 Any chance it completes if you limit the number of items in a page? We're currently looking into this. var _todoListItems = await graphClient.Me.Todo.Lists[_todoTaskList.Id].Tasks.GetAsync( requestConfiguration => requestConfiguration.QueryParameters.Top = 10); |
@andrueastman I don't believe that will help because this hangs even for users with very few Todo tasks. I am currently traveling but will try your test when I get back next week if that is OK. |
@andrueastman Adding the following to the
However, if I have the |
@andrueastman Hi! Any update on this issue? |
Updated to 5.20.0 and still get the error unless I have |
Still not working with |
Describe the bug
I am loading our users task lists using the Graph API - during the PageIterator delegate, I am trying to add keys to each retrieved TodoTask AdditionalData dictionary. If I add only one key, it works fine. More than one key, it hangs.
To Reproduce
Steps to reproduce the behavior - see sample code below.
Expected behavior
I think it should allow me to add the additional keys?
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: