-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't working. It's clear that this does need to be fixed.Something isn't working. It's clear that this does need to be fixed.
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't working. It's clear that this does need to be fixed.Something isn't working. It's clear that this does need to be fixed.