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

Crash with PTNSJSONParser objectFromJSONString #238

Open
theprojectabot opened this issue Nov 22, 2016 · 2 comments
Open

Crash with PTNSJSONParser objectFromJSONString #238

theprojectabot opened this issue Nov 22, 2016 · 2 comments

Comments

@theprojectabot
Copy link

theprojectabot commented Nov 22, 2016

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....

@theprojectabot
Copy link
Author

using: - libPusher (1.6.1):
- libPusher/Core (= 1.6.1)

@lukeredpath
Copy link
Contributor

What JSON is your server returning on authorisation?

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

2 participants