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

Login with User1 JWT token. Logout and Relogin with User2 token. Call and Chat is not working and showing detail of Previous User #112

Open
hirenpatel8891 opened this issue Aug 19, 2021 · 3 comments

Comments

@hirenpatel8891
Copy link

hirenpatel8891 commented Aug 19, 2021

Scenario:
We have two JWT tokens for User1 and User2 who are associated with two different rooms.
User 1:
JwtToken : JwtTokenOfUser1
RoomId : "A"

User 2:
JwtToken : JwtTokenOfUser2
RoomId : "B"

  1. Login with the User1 JWT token and join the call or send message with RoomId "A"
  2. Logout (Deauthorize) for the User1
  3. Login with the User2 JWT token
  4. User2 is not able to join the call or send the message

TestResult for KitchenSink :
We have tested this same scenario in the latest KitchenSink app code base and Its not working in there. We have observed that in kitchen sink even-if I am login with User2 Its shows the space detail and room space detail for the previously login User1.

Note : We are not restarting or killing the application in between to test this scenario.

We are using the Version 3.1 iOS SDK

@hirenpatel8891 hirenpatel8891 changed the title Login with User1 JWT token. Logout and Relogin with User2 token. Its not working Login with User1 JWT token. Logout and Relogin with User2 token. Call and Chat is not working and showing detail of Previous User Aug 19, 2021
@jbenyovs
Copy link

@hirenpatel8891 I tried reproducing it with the 3.1 KS app and I saw the space details and such of the previous user, so I contacted engineering for that. We would still need more info from you about "4. User2 is not able to join the call or send the message". What exactly is the error you are seeing? Can you provide full verbose logs?

@pumoru
Copy link

pumoru commented Sep 14, 2021

@hirenpatel8891 Can you please provide us with more information on about the 4

  1. "4. User2 is not able to join the call or send the message". What exactly is the error you are seeing? Can you provide full verbose logs?

@jbenyovs
Copy link

@hirenpatel8891 so far we were not able to fully reproduce this issue. Please check a few things on your side:

  • this was initially reported for 3.1, now we are at 3.2.1, please test the new version and check if the issue persists
  • if the issue persists, please provide full verbose logs as requested above
  • if the issue persists, please try to provide a video showing the problem exactly
    Thank you

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

3 participants