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
I am using the Batch API, and whenever I query running tasks I see this message printed to the output:
Paging async iterator protocol is not available for CloudTaskPaged
Since I am querying multiple times in a loop, I see the message multiple times. But since I am the user of the library and not the developer, I can't do anything about it.
It would be better if the message only appeared when I tried to use the async iterator protocol (and maybe you can automatically run the synchronous iterator in that case so it still works?). Ideally, the team responsible for implementing it would be the ones to get the message and they would just fix it :)
The text was updated successfully, but these errors were encountered:
I am using the Batch API, and whenever I query running tasks I see this message printed to the output:
Since I am querying multiple times in a loop, I see the message multiple times. But since I am the user of the library and not the developer, I can't do anything about it.
It would be better if the message only appeared when I tried to use the async iterator protocol (and maybe you can automatically run the synchronous iterator in that case so it still works?). Ideally, the team responsible for implementing it would be the ones to get the message and they would just fix it :)
The text was updated successfully, but these errors were encountered: