jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimerWatcher ctor doesn't use the Repeat TimeSpan parameter

headsling opened this issue · comments

TimerWatcher.cs:

looks like

unmanaged_watcher.repeat = after.TotalSeconds;

should be

unmanaged_watcher.repeat = repeat.TotalSeconds;

Thanks! Just in time for a release too.