-
Notifications
You must be signed in to change notification settings - Fork 27
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
Double call of subscribe
disconnect the PubNub
#158
Comments
Facing same issue on 7.0.0 SDK |
Here's a unit test I wrote to reproduce your scenario. Is this what you meant?
|
@jguz-pubnub yes, looks like that.
|
@jguz-pubnub I see you marked it as a bug, can you please let us know from which version we have this issue? to understand the impact of the issue for companies that use the PubNub |
@akuzminskyi this issue occurs in the |
I can confirm the issue is not happening anymore in 7.1.0 for me. |
Hi, is it expected behavior if we call
pubNub.subscribe(to: "channel_id")
twice the PubNub disconnects?I'm using 7.0.0 SDK
The text was updated successfully, but these errors were encountered: