Rootsware.Integration.SocketClient.Core 2.3.0

dotnet add package Rootsware.Integration.SocketClient.Core --version 2.3.0
                    
NuGet\Install-Package Rootsware.Integration.SocketClient.Core -Version 2.3.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="Rootsware.Integration.SocketClient.Core" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rootsware.Integration.SocketClient.Core" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Rootsware.Integration.SocketClient.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rootsware.Integration.SocketClient.Core --version 2.3.0
                    
#r "nuget: Rootsware.Integration.SocketClient.Core, 2.3.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.
#:package Rootsware.Integration.SocketClient.Core@2.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rootsware.Integration.SocketClient.Core&version=2.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Rootsware.Integration.SocketClient.Core&version=2.3.0
                    
Install as a Cake Tool

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.

*v1.1.2 **
[Semi-Singleton ClientInitProxy]
1. Removed a semi singleton technic in SocketClient to have at most one socket connection.

*v1.2.0 **
[Socket Creation on GetAsync]
1. Changed socket creation to be on the fly during transaction request.

*v2.2.0 **
[Namespaces]
1. Renamed project namespaces.

v2.3.0 [Namespaces] 1. Changed all [ValueTask][Task]

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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 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.

Version Downloads Last Updated
2.3.0 342 8/26/2024
2.2.0 205 7/31/2024
1.2.0 208 6/28/2024
1.1.2 256 6/26/2024
1.1.1 187 6/26/2024
1.1.0 206 6/26/2024
1.0.1 265 6/3/2024
1.0.0 177 6/3/2024

This is the initial release