Smart-RPC.NET
1.0.13
An easy to use portable library for duplex communication between client and server via RPC calls. Supports typed and reliable communication and notifications. Can be used for desktop en Universal Windows applications.
Check the project site www.smart-rpc.net for an example.
See the version list below for details.
Install-Package Smart-RPC.NET -Version 1.0.13
dotnet add package Smart-RPC.NET --version 1.0.13
<PackageReference Include="Smart-RPC.NET" Version="1.0.13" />
paket add Smart-RPC.NET --version 1.0.13
#r "nuget: Smart-RPC.NET, 1.0.13"
Release Notes
- Issue with the disconnection of the client manager. The disconnected event was not fired.
- Issue when executing an action or method via the client manager on an inactive connection. The action/method would fail with a timeout instead of a communication problem. This interfered with the reconnect mechanism provided by the ServiceAdapterBase.
- The ServiceAdapterBase will call the OnConnecting / OnConnected methods when a ClientManager is provided which already has an active connection with the remote side.
Dependencies
This package has no dependencies.
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.