Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jordanleven

    (@jordanleven)

    Hey droningon,

    Sorry about that! I found the source of the issue and released 2.1.6 that includes a fix for ignoring the set frequency interval.

    As for previous versions not obeying the set interval, I’d need to have more information on how you are calculating the outgoing requests. It’s possible you’re calculating the delta between one call being resolved and the next call going out, which is not exactly how the calls are made. For instance, if you have an interval of thirty seconds and visit the site at exactly 12:00 PM, you will see one call for 12:00:00 and the next at 12:00:30. However, if you are calculating the time between the first call resolving (which is dependent on the speed of your server) it’s possible that the first call doesn’t resolve until 12:00:02 and the next call starts at 12:00:30 (since it’s set to call every thirty seconds).

    I hope that answers your question. I’m going to resolve this support request for now but feel free to open it back up with any additional information I can provide.

    Thread Starter droningon

    (@droningon)

    Hey Jordan,

    I appreciate the quick fix, it’s now working as expected.

    Cheers,
    Marcus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin calling server every 4 seconds’ is closed to new replies.