We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ARTJsonLikeEncoder tries to parse incoming error in the server's response like this:
ARTJsonLikeEncoder
NSDictionary *errorReason = [input valueForKey:@"errorReason"];
While in the updated implementation of the server's endpoint it's just an error as stated by Ben here - ably/specification#26
error
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered:
state
ARTLocalDevice
ARTDeviceDetails
See discussion here #1269
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
ARTJsonLikeEncoder
tries to parse incoming error in the server's response like this:NSDictionary *errorReason = [input valueForKey:@"errorReason"];
While in the updated implementation of the server's endpoint it's just an
error
as stated by Ben here - ably/specification#26┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: