mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
fix: Fixed a bug where SafeTimer.Trigger would call the callback twice on NetStandard
This commit is contained in:
@@ -112,7 +112,6 @@ namespace ICD.Common.Utils.Timers
|
||||
m_Timer.Reset();
|
||||
#else
|
||||
m_Timer.Change(0, m_RepeatPeriod);
|
||||
m_Callback();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user