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
Swift SDK allows unsubscribing, clears the channel, like Java SDK. Source
The channel is stuck in PusherChannels.channels.
PusherChannels.channels
We found a guard clause may be related to the issue. Source
The stuck channels can be unexpectedly subscribed to later when the app comes back from background and reconnects when we think they are dead.
...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Expected behavior
Swift SDK allows unsubscribing, clears the channel, like Java SDK.
Source
Actual behavior
The channel is stuck in
PusherChannels.channels
.We found a guard clause may be related to the issue.
Source
The stuck channels can be unexpectedly subscribed to later when the app comes back from background and reconnects when we think they are dead.
Any improvements you suggest
...
The text was updated successfully, but these errors were encountered: