Closed manjunathreddy1 closed 8 months ago
Hey @manjunathreddy1, I'm going through and looking at some of the older issues. Did anyone ever address this or did you come up with a solution? If not, I can see if there's anyone that can update the .net example.
Describe the bug Sample code of SharePoint CSOM rate limit is working fine with .net 7 console application (completing 700+ csom requests with 5 threads) and it is slow in .net framework application (completing 200+ csom requests with 5 threads). Also rete limit headers are not appearing in .net framework console app. So please help to get clarification for this issue.
To Reproduce Steps to reproduce the behavior: Add the code in the project (samples-master\scenarios\throttling-ratelimit-handling\RateLimitDemo) to .net framework console application
Expected behavior Rate limit headers are not appearing when rate limit sample code is added to .net framework console application. If this is the expected behavior please suggest work around solution for this.
Screenshots .net 7 console app .net framework console app