High resolution timer interval can't be changed while running

 

I'm unable to change the time interval of a Juce HighResolutionTimer (OSX, iOS) unless I call stopTimer() first. If I try while running, nothing happens. Documentation suggests this is possible just by calling startTimer() with a new value. Am I missing something here? 

thank you,

Nick

Good point, thanks, I hadn't noticed that - should be ok now.

thank you!