Timeout Issues with Windchill REST APIs When Method Server is Not in Full Screen
I developed an application in C# that retrieves information through a REST API from attachments, references, WTUser, and representations based on the EPMDocument idA2A2, except for WTUser. Later, I started encountering timeout issues with these APIs. The interesting thing is that when I switch the method server console to full screen, the timeout problem disappears, and this only happens with the APIs I mentioned. There are no issues with connections like WTPart. Is the reason for this that I am trying to process these APIs consecutively, or is there an issue with a setting related to EPMDocument in Windchill? Because, as I said, when I make the method server full screen, the timeout problem goes away. Should I try restarting the server?

