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

Multiple requests to server for a single event. #97

Open
ganeshpatro321 opened this issue May 21, 2020 · 1 comment
Open

Multiple requests to server for a single event. #97

ganeshpatro321 opened this issue May 21, 2020 · 1 comment

Comments

@ganeshpatro321
Copy link
Member

Sometimes the app is sending multiple requests, (emitting multiple socket connections) for a single event.

For ex, I have experienced multiple create_game requests are received by the server, leading to creating multiple roomIds.

@aquibbaig
Copy link
Member

@ganeshpatro321 Thanks for opening this issue. I've seen socket requests spooled in app cache. So, if you might have faced error and reconnected the server, the earlier requests will be executed no matter. That's what I think but I feel there is more to it as well. So, we might be looking into this.

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

2 participants