Bug: Listing Profiles for an account with more than 20 profiles fails
orj opened this issue ยท 0 comments
orj commented
๐ Environment
- OS: macOS 10.15.5
- Version/Release: master as of ef5daf1
๐ฌ Description
Listing profiles for an account with more than 20 profiles fails unless a limit is specified.
๐ฆถ Reproduction Steps
Steps to reproduce the behavior, provide an example of the command line issued:
- Have an account with more than 20 profiles
- Run
swift run asc profiles list
- Command does not complete.
- Run
swift run asc profiles list --limit 200
- Command completes
๐ค Expected Results
That the command lists all profiles and completes in a reasonable timeframe.
๐ฒ Actual Results
The command does not complete.
๐ค Relationships
This bug is probably caused by the the same issue in the SDK as #193