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

Turning off internet causes PNMalformedResponseCategory #140

Open
tiberiupvisan opened this issue Aug 21, 2023 · 0 comments
Open

Turning off internet causes PNMalformedResponseCategory #140

tiberiupvisan opened this issue Aug 21, 2023 · 0 comments

Comments

@tiberiupvisan
Copy link

I'm trying to check the reconnect mechanism in my app and after upgrading to version 7.6.0 we are getting some issues with the resubscription to a channel.

On versions 7.5.0 or below, turning off/on the internet connection completely triggers the correct events PNUnexpectedDisconnectCategory and PNReconnectedCategory.

However, on 7.6.0 we receive a PNMalformedResponseCategory and no reconnect event whatsoever.

From the docs, it seems that PNMalformedResponseCategory means that JSON parsing crashed, and considering the release notes for 7.6.0, removing the dependency on Jackson could be the issue.

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

1 participant