MR Python client get_registered_models
inf loop scenario
#348
Labels
bug
Something isn't working
Milestone
Describe the bug
infinite loop when registered models are less than default first page
To Reproduce
notice only 3 registered model.
running with
exhibits the follow in the logs:
Expected behavior
No infinite loops.
Additional context
Please notice when number of entities is above the default page size,
a nextPageToken is passed in the second list-call,
etc,
and empty nextPageToken is passed in the last-call terminating.
ie.
this is all I've observed so far.
The text was updated successfully, but these errors were encountered: