I used this module in one of my company's projects, and it was really good. Just been discovered that it needs an interval function which can trigger a passed function on a given interval
Use case -
- Update the location every 10 seconds
- Update users' time every 5 seconds
- Run any piece of code in any N secs.
I can develop this feature as I already did it for my project, just a inbuilt function would be great add on