-
Notifications
You must be signed in to change notification settings - Fork 44
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
Subscribe #16
Comments
Can you describe your problem in detail? |
Hey Sachin, In the javascript client I can do the following when subscribing to a channel. So we want to know if a similar thing can be done in the Android client as well. We use the user id and token to authenticate the subscribe request. Regards, |
any update on the above issue. |
Hi @nakul91 can you describe your problem in more detail? |
Hi @sacOO7 right now we cannot authenticate the subscribe functionality as its just a call back function as follow:
in the backend, they have updated the authentication with the token as specified by @joysonvd in the above posts. So how can we update the token while subscribing, in android? |
I have the same problem, I need to add a jwt token in the |
@sacOO7 this issue got fixed in ios but not in the android can you pls fix this up. |
@sacOO7 this can help sacOO7/socketcluster-client-swift@2a60fac |
Yes sure @nakul91 , I will take a look at it.... |
@sacOO7 thanks 👍 |
Hi @sacOO7, Have you been able to get through to this. |
Will probably work on it today and let you know about it 👍
…On Jun 1, 2018 10:40 AM, "joysonvd" ***@***.***> wrote:
Hi @sacOO7 <https://github.com/sacOO7>, Have you been able to get through
to this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP8vSXY6WOi9N8dvj66iGW3gHCUcEx94ks5t4MzTgaJpZM4Pm2Jw>
.
|
Hi @sacOO7 any update on this issue |
Hi @nakul91 , I am currently porting all functionality from js client to java. You can find updated here. Since I am working on Unity client, this will take some time to complete. https://github.com/sacOO7/socketcluster-client-java/tree/feature/syncJsClient. |
Need to pass the arguments to subscribe as an issue of security.
The text was updated successfully, but these errors were encountered: