Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Releases: OzTK/DDPClient.NET

v0.5

16 Sep 04:18
Compare
Choose a tag to compare

Now handling sockets failed connexions by raising an exception

v0.4.1-alpha

14 Jan 16:56
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release
  • SSL optional on websockets (for dev mode)
  • Method call with 'object' type parameters (not only 'string' as before)
  • support for 'remove' message

v0.3.1-alpha

11 Mar 01:56
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

Methods Call and Subscribe of IClient can now be used with params string array

v0.3.0-alpha

16 Feb 02:22
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Now handles error and "changed" responses.
/!\ Now using enum to determine response type, usage is changed /!\

v0.2-alpha

14 Feb 16:59
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Functional release for subscribing. Steps of the protocol handled:

  • Connection to server (storing session id)
  • Collection subscription (handling only added method)
  • Notification when collection is ready

WebSocket4Net ≥ 0.8.0 required
Json.Net ≥ 6.0.1 required

Use NuGet package for easier install!