TimerWatcher ctor doesn't use the Repeat TimeSpan parameter
headsling opened this issue · comments
headsling commented
TimerWatcher.cs:
looks like
unmanaged_watcher.repeat = after.TotalSeconds;
should be
unmanaged_watcher.repeat = repeat.TotalSeconds;
Jackson Harper commented
Thanks! Just in time for a release too.