deepstreamNet icon indicating copy to clipboard operation
deepstreamNet copied to clipboard

dotnet Client for deepstream.io

Results 17 deepstreamNet issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.CodeCoverage](https://github.com/microsoft/vstest) from 16.11.0 to 17.5.0. Release notes Sourced from Microsoft.CodeCoverage's releases. v17.5.0 See the release notes here. v17.5.0-preview-20221221-03 See the release notes here. v17.5.0-preview-20221003-04 See the release notes here....

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.5.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.5.0 See the release notes here. v17.5.0-preview-20221221-03 See the release notes here. v17.5.0-preview-20221003-04 See the release notes here....

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.Json's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

Bumps [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

Hi, so I'm trying to create a deepstream client with Unity, and I installed the await/async asset so it will be 100% similar to the examples given here. but I...

I have noticed that there is no subscribe method for record updates in the DeepStreamRecord class. I want to know if there is another way to subscribe to a change...

Hi, Just updated on .net core 2.1 and works just great from my dev windows machine when connecting to deepstream 3.10 but when i deploy it to linux (docker) it...

Hi, First of all congrats for your great implementation. Is it possible to set JsonConvert options in order to use for example CamelCase serialization in properties? I am playing with...