Charcoals/PivotalTracker.NET

Cannot return large set of stories

bhameyie opened this issue · 0 comments

There appears to be a problem when trying to retrieve a large set of stories using the wrapper library. This may related to how RestSharp is being used in the project. A potential fix would be to use RestSharp asynchronously, or replace it with Microsoft's HttpClient (Microsoft.Net.Http)