-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rest: message decoding #97
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Comments
Merged
Yes, agreed, this should be JSON encoded as opposed to binary encoded. |
@mattheworiordan Fixed and test done 16448e5 |
Great, is that part of a PR? |
Yes #96 |
I opened a PR: #122 |
ricardopereira
added a commit
that referenced
this issue
Jan 7, 2016
maratal
pushed a commit
that referenced
this issue
Jul 19, 2023
Spec: add G4a, clarifying that protocol version should be treated literally
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a dictionary and I publish it like:
and the lib sends it like (dictionary -> binary -> base64):
I was expecting a different payload, something like (dictionary -> json):
The same happens with
NSArray
.References
The text was updated successfully, but these errors were encountered: