Rootsware.Integration.SocketClient.Core
1.1.1
See the version list below for details.
dotnet add package Rootsware.Integration.SocketClient.Core --version 1.1.1
NuGet\Install-Package Rootsware.Integration.SocketClient.Core -Version 1.1.1
<PackageReference Include="Rootsware.Integration.SocketClient.Core" Version="1.1.1" />
paket add Rootsware.Integration.SocketClient.Core --version 1.1.1
#r "nuget: Rootsware.Integration.SocketClient.Core, 1.1.1"
// Install Rootsware.Integration.SocketClient.Core as a Cake Addin #addin nuget:?package=Rootsware.Integration.SocketClient.Core&version=1.1.1 // Install Rootsware.Integration.SocketClient.Core as a Cake Tool #tool nuget:?package=Rootsware.Integration.SocketClient.Core&version=1.1.1
ClientSocketConnection
Facilitates socket communication between a client service and server service. This package is one-directional. To connect to server, configure a port number in appsettings.json.
v1.1.0 [Changed socket Release method] 1. Changed socket to be reused on disconnect. 2. Removed closing the socket after releasing it.
[Semi-Singleton ClientInitProxy] 1. Implemented a semi singleton technic in SocketClient to have at most one socket connection.
NB: Implementation was in a bid to resolve disposed connection isssue on multiple concurrent socket requests. These changes are temporary while we work on implementing a SocketPool to requlate the number of sockets that can be opened simultaneously.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Rootsware.Libraries.SocketCL.Core (>= 1.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rootsware.Integration.SocketClient.Core:
Package | Downloads |
---|---|
Rootsware.Fiscalization.Integration.FCI.Core
Facilitates integration of fiscalization between an accounting service and FDMS. This package is one-directional.. |
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the initial release