Fonlow.TraceHub.Core 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fonlow.TraceHub.Core --version 1.4.0
NuGet\Install-Package Fonlow.TraceHub.Core -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fonlow.TraceHub.Core" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.TraceHub.Core --version 1.4.0
#r "nuget: Fonlow.TraceHub.Core, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fonlow.TraceHub.Core as a Cake Addin
#addin nuget:?package=Fonlow.TraceHub.Core&version=1.4.0

// Install Fonlow.TraceHub.Core as a Cake Tool
#tool nuget:?package=Fonlow.TraceHub.Core&version=1.4.0

The core component of Trace Hub

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fonlow.TraceHub.Core:

Package Downloads
Fonlow.TraceHub.Slim

Trace Hub components that make your existing ASP.NET Web Application have TraceHub functionality. And you may need to cherry-pick a portion of Site.css to your Web project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 957 8/11/2018
1.5.0 992 6/5/2017
1.4.0 4,731 3/11/2017
1.3.1 1,996 9/14/2016
1.3.0 927 9/4/2016
1.1.0 913 8/26/2016
1.0.0 3,986 8/22/2016

Handle InstanceId of TraceHubListener for displaying Clients info. Use Priority Queue to ensure traces from different nodes with different latency to TraceHub will be pushed to clients in right order by the time stamp, as long as the latency won't exceed 1 second, presuming the clocks of these nodes are synchronized with a time server.