Author |
Topic: Your loading limit of 16 has been reached (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
CZendejas116 Posts: 51 Joined: Apr 13, 2011 |
Hi,
What does this message mean? "Your loading limit of 16 has been reached" Thanks in advance Claudia Zendejas |
||||
RuslanK Posts: 69 Joined: Jun 02, 2010 |
Hello,
This means that your limit of "Request..." calls has been reached. This is a separate server-side counter which counts only calls like RequestBars() and RequestTicks() and doesn't count any "Subscribe" methods - they are being counted separately. When you see this message, this means you will not get any result for the last "Request.." method called. To avoid this try to do some queueing when requesting data. Ruslan Kartokhin Software Developer |
||||