Skip to content

Fix/wait for request before starting interval - fix #937

Adds a custom solution to replace setInterval with one that has a similar api but instead of starting interval timeout immediately, we wait for request to finish before starting it.

This should remove the problem where you unlock your phone and get throttled immediately because it has managed to stack a few requests to fire up all at once.

Edited by Shpuld Shpludson

Merge request reports