NextGenSoftware.WebSocket
1.1.4
See the version list below for details.
dotnet add package NextGenSoftware.WebSocket --version 1.1.4
NuGet\Install-Package NextGenSoftware.WebSocket -Version 1.1.4
<PackageReference Include="NextGenSoftware.WebSocket" Version="1.1.4" />
paket add NextGenSoftware.WebSocket --version 1.1.4
#r "nuget: NextGenSoftware.WebSocket, 1.1.4"
// Install NextGenSoftware.WebSocket as a Cake Addin #addin nuget:?package=NextGenSoftware.WebSocket&version=1.1.4 // Install NextGenSoftware.WebSocket as a Cake Tool #tool nuget:?package=NextGenSoftware.WebSocket&version=1.1.4
NextGen Software WebSocket
WebSocket Code Has Migrated
This code was migrated from the main OASIS API/STAR Metaverse/HoloNET/.NET HDK code found here: https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
This library is used for other NextGen Software libraries/products such as HoloNET (world's first .NET & Unity client for Holochain), which can be found below: https://github.com/NextGenSoftwareUK/holochain-client-csharp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- NextGenSoftware.Logging (>= 1.1.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NextGenSoftware.WebSocket:
Package | Downloads |
---|---|
NextGenSoftware.Holochain.HoloNET.Client.Embedded
The world's first .NET & Unity client for Holochain. This version comes with the Holochain binaries built in. |
|
NextGenSoftware.Holochain.HoloNET.Client
The world's first .NET & Unity client for Holochain. |
|
NextGenSoftware.OASIS.API.Providers.OrionProtocolOASIS
WEB4 OASIS API Orion Protocol OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added a new parameterless constructor to CallBackBackEventArgs in EventArgs in NextGenSoftware.WebSocket.
- Added isError, Message & Exception properties to CallBackBackEventArgs in EventArgs in NextGenSoftware.WebSocket.
- Made all properties in CallBackBackEventArgs public settable in EventArgs in NextGenSoftware.WebSocket.
- Added a new parameterless constructor to CallBackBaseEventArgsWithId in EventArgs in NextGenSoftware.WebSocket.
- Made Id propertiy in CallBackBaseEventArgsWithIdpublic settable in EventArgs in NextGenSoftware.WebSocket.
- Increased SendChunkSize & ReceiveChunkSize from 1024 to 4096 bytes in WebSocket in NextGenSoftware.WebSocket because it was previously truncating messages received from the Holochain Conductor in HoloNET (uses WebSocket).