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

Spaces SDK gets stuck after channel is suspended and reconnects #331

Open
ajaffie opened this issue Jul 30, 2024 · 1 comment
Open

Spaces SDK gets stuck after channel is suspended and reconnects #331

ajaffie opened this issue Jul 30, 2024 · 1 comment

Comments

@ajaffie
Copy link

ajaffie commented Jul 30, 2024

I've been trying to fix this bug where users are seeing themselves in a space and other users see that user in the space when they aren't there. I eventually figured out that the bug is caused by the user disconnecting long enough for the connection and channel to be suspended and returning later without refreshing the page. The Ably SDK seems to reconnect fine, and the channel re-attaches, but the space enters an irrecoverable state.
I think what's happening is the space is hanging on to the original connection id while the Ably SDK uses a new one. A few pieces of evidence support this:

  • The affected user sees an entry in others that matches their client id and profile but with the original connection id
  • Until the affected user refreshes, they cannot leave any space they entered before disconnecting

When trying to leave an affected space, this error occurs: Error: must enter a space to perform this operation.
Seems to be caused by calling getByConnectionId with the outdated connection id here

Let me know if there's anything else I can do to help.

@VeskeR
Copy link
Contributor

VeskeR commented Aug 1, 2024

Hi @ajaffie ! Thank you for bringing this to our attention.

Could you please provide a reproducible example or code samples showing how you are using the Spaces SDK, along with the steps you take to reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants