This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: OzTK/DDPClient.NET
Releases · OzTK/DDPClient.NET
v0.5
v0.4.1-alpha
- 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
Methods Call and Subscribe of IClient can now be used with params string array
v0.3.0-alpha
Now handles error and "changed" responses.
/!\ Now using enum to determine response type, usage is changed /!\
v0.2-alpha
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!