I have a pretty standard TemplateInfoReader loop that is getting an error after reading the 64th Template. That is a pretty suspicious number. Is there some sort of limit on the number of Templates that can be returned, maybe for a given LF license type? I have renamed Templates so they are processed in a different order and the error always occurs at whichever Template is 64th in order.
TemplateInfoReader templates = Template.EnumAll(true, sessionWrapper.Session);
foreach (TemplateInfo template in templates) {}
The error is "Error reading HTTP response body"