Iris.NET
0.2.0
A TCP-based, Pub/Sub C# library.
Install-Package Iris.NET -Version 0.2.0
dotnet add package Iris.NET --version 0.2.0
<PackageReference Include="Iris.NET" Version="0.2.0" />
paket add Iris.NET --version 0.2.0
#r "nuget: Iris.NET, 0.2.0"
// Install Iris.NET as a Cake Addin
#addin nuget:?package=Iris.NET&version=0.2.0
// Install Iris.NET as a Cake Tool
#tool nuget:?package=Iris.NET&version=0.2.0
Release Notes
Second release of Iris.NET (beta-2).
Multiple internal refactoring and performance improvements.
Iris.NET now supports the async/await operators.
Name changes:
Renamed Send and SendToBroadcast into Publish and PublishToBroadcast
Renamed IrisServerLocalNode into IrisLocalNode
Renamed IrisClientRemoteNode into IrisRemoteClientNode
Behaviour changes:
IrisPubSubRouter supports the submit of a null content.
API changes:
Methods declared in IIrisNode (Publish, PublishToBroadcast, Subscribe...) return Task<T>, and so does every "node" implementation.
Dependencies:
Microsoft.Bcl, Microsoft.Bcl.Async, Microsoft.Bcl.Build (async/await compatibility for .NET 4.0)
Dependencies
-
- Microsoft.Bcl.Async (>= 1.0.168)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.