mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Merge branch 'ConnectPro_v1.2' into ConnectPro_v1.3
# Conflicts: # ICD.Common.Utils/Properties/AssemblyInfo.cs
This commit is contained in:
@@ -98,6 +98,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- Better VC-4 support for IcdConsole
|
- Better VC-4 support for IcdConsole
|
||||||
- JSON refactoring for simpler deserialization
|
- 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
|
## [8.8.0] - 2020-01-23
|
||||||
### Added
|
### Added
|
||||||
- Added an overload to PriorityQueue for determing the de-duplication behaviour
|
- Added an overload to PriorityQueue for determing the de-duplication behaviour
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ using System.Reflection;
|
|||||||
[assembly: AssemblyTitle("ICD.Common.Utils")]
|
[assembly: AssemblyTitle("ICD.Common.Utils")]
|
||||||
[assembly: AssemblyCompany("ICD Systems")]
|
[assembly: AssemblyCompany("ICD Systems")]
|
||||||
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
||||||
[assembly: AssemblyCopyright("Copyright © ICD Systems 2019")]
|
[assembly: AssemblyCopyright("Copyright © ICD Systems 2020")]
|
||||||
[assembly: AssemblyVersion("9.8.0.0")]
|
[assembly: AssemblyVersion("9.8.0.0")]
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ namespace ICD.Common.Utils.Timers
|
|||||||
Length = length;
|
Length = length;
|
||||||
|
|
||||||
m_Stopwatch.Reset();
|
m_Stopwatch.Reset();
|
||||||
|
m_LastHeartbeatMilliseconds = 0;
|
||||||
m_Stopwatch.Start();
|
m_Stopwatch.Start();
|
||||||
|
|
||||||
RaiseOnIsRunningChanged();
|
RaiseOnIsRunningChanged();
|
||||||
|
|||||||
Reference in New Issue
Block a user