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
Hi there, We are getting a high number of crashes in our app from a pusher call
13 CoreFoundation 0x1847f5848 -[NSException initWithCoder:] + 118 14 Foundation 0x18513dcdc +[NSJSONSerialization JSONObjectWithData:options:error:] + 76 15 Pusher 0x1004622a4 -[PTNSJSONParser objectFromJSONString:] + 72 16 Pusher 0x1004668d4 -[PTPusherPresenceChannel subscribeWithAuthorization:] + 184 17 Pusher 0x100463194 __31-[PTPusher subscribeToChannel:]_block_invoke + 284 18 Pusher 0x1004660b8 __57-[PTPusherPrivateChannel authorizeWithCompletionHandler:]_block_invoke + 156
Any thoughts? Its seems to be crashing in the Pusher parser after a presence subscribe with auth call....
The text was updated successfully, but these errors were encountered:
using: - libPusher (1.6.1): - libPusher/Core (= 1.6.1)
Sorry, something went wrong.
What JSON is your server returning on authorisation?
No branches or pull requests
Hi there,
We are getting a high number of crashes in our app from a pusher call
Any thoughts? Its seems to be crashing in the Pusher parser after a presence subscribe with auth call....
The text was updated successfully, but these errors were encountered: