Forum Discussion
kevalsolanki
Sep 10, 2020Copper Contributor
SharePoint CSOM - Unable to read data from the transport connection: An existing connection
While doing some not heavy operations (like add admins, add content type) in SharePoint CSOM we are getting below error which is not reproducible but comes intermittently. Mainly different article po...
DonHeuvelman
Jun 16, 2021Copper Contributor
I have an application running .NET 4.8 which is showing the same behavoir.
I'm extracting files from SharePoint per iteration. It runs for about 10 iterations, then I get the same exception as mentioned.
I'm extracting files from SharePoint per iteration. It runs for about 10 iterations, then I get the same exception as mentioned.
JasonEades
Aug 18, 2021Copper Contributor
DonHeuvelman Do you get the problem if you slow the process down? Maybe put some sleep operations in at the end of each iteration. If not TLS related, perhaps SP is throttling you?