We're running version 2.126.
We have an application that runs every 5 minutes and inserts rows into a smartsheet. We are adding a single row at a time using the .AddRows() method. Most runs will insert 1-4 rows in quick succession.
Every once in a while, we are receiving a return value of 0 for the count of IList. No exceptions are being thrown. I can't find a reference to this in the Issues.
Thanks,
Darryl