Fonlow.TraceHub.Core
1.4.0
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
<PackageReference Include="Fonlow.TraceHub.Core" Version="1.4.0" />
paket add Fonlow.TraceHub.Core --version 1.4.0
#r "nuget: Fonlow.TraceHub.Core, 1.4.0"
// 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 | Versions 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. |
-
- Microsoft.AspNet.SignalR.Core (>= 2.2.1)
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.
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.