Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DDP support to latest specification #9

Open
gb96 opened this issue Jul 10, 2015 · 0 comments
Open

Update DDP support to latest specification #9

gb96 opened this issue Jul 10, 2015 · 0 comments

Comments

@gb96
Copy link

gb96 commented Jul 10, 2015

JsonDeserializeHelper seems to only handle 3 message types "set", "unset" and "result".

The "result" message seems to work okay, but with Meteor 1.1.0.2 our .NET client is never seeing any "set" or "unset" messages, so data subscription is not working at all.

JsonDeserializeHelper should be updated to support all current DDP messages that can be expected to be received by a Client.

DDP specification can be found here: https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant