-
Notifications
You must be signed in to change notification settings - Fork 38
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
unsubscribe channel not working in socketcluster #24
Comments
@sacOO7 @niraj1991 I request to @sacOO7 to have a look into this and provide a guideline to make it work. Thanks, |
Hi @niraj1991 @jrvaja , will look into it. Also it will be helpful if you can put your code here @jrvaja |
Thanks for writing to me. We are using the same code as you mentioned in the demo for iOS.
The above method throws an error for invalid channel name, that's @niraj1991 has already mentioned in his post. For Web
JavaScript Package: "socketcluster-client": "^14.2.1" Let me know if you need any other details, I would be happy to share you. Regards, |
Hello @sacOO7, @niraj1991 and @jrvaja I have also faced the same issue. Thanks, |
Hello @sacOO7 I am also facing this issue, I am not able to unsubscribe the channel. Please, @sacOO7 please help me to fix this issue. Hi, @niraj1991 & @KetaniPhone, if you got any solution then please can you post the answer for this issue. Thanks in advance. Regards, |
Hello, @niraj1991 @jrvaja @KetaniPhone @gauravrami I will look into it. We have updated SC server library, we are updating all clients in accordance with it. |
Hello @niraj1991 @jrvaja @KetaniPhone @gauravrami @sacOO7, i have faced same issue in iOS. if you got any solution then please can you post the answer for this issue. Thanks everybody |
Hi,
@sacOO7
Unsubscribe channel not working on socketcluster.
I have to subscribe 20 channel. Now I want unsubscribe 10 channel. So We are use below code for subscribe.
We are use below code for unsubscribe.
When I am call "unsubscribeAck" method always get error. Here is error.
Also I am trying with socketcluster demo as well but It not working for me.
Github link: https://github.com/sacOO7/socketcluster-client-swift
Appreciate your help.
Thanks
The text was updated successfully, but these errors were encountered: