mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Merge branch 'ConnectPro_v1.5' into ConnectPro_v1.6
This commit is contained in:
commit
94265b1915
2 changed files with 5 additions and 0 deletions
|
|
@ -166,6 +166,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
- Better VC-4 support for IcdConsole
|
||||
- JSON refactoring for simpler deserialization
|
||||
|
||||
## [8.8.1] - 2020-02-18
|
||||
### Changed
|
||||
- IcdTimer - fixed issue that prevented OnElapsed event from firing when Length is less than (or close to) Heartbeat Interval
|
||||
|
||||
## [8.8.0] - 2020-01-23
|
||||
### Added
|
||||
- Added an overload to PriorityQueue for determing the de-duplication behaviour
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ namespace ICD.Common.Utils.Timers
|
|||
Length = length;
|
||||
|
||||
m_Stopwatch.Reset();
|
||||
m_LastHeartbeatMilliseconds = 0;
|
||||
m_Stopwatch.Start();
|
||||
|
||||
RaiseOnIsRunningChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue