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

Sharing service does not handle reconnect nicely #979

Closed
StephenHodgson opened this issue Sep 16, 2017 · 0 comments
Closed

Sharing service does not handle reconnect nicely #979

StephenHodgson opened this issue Sep 16, 2017 · 0 comments

Comments

@StephenHodgson
Copy link
Contributor

StephenHodgson commented Sep 16, 2017

Race condition in the native sharing service that does not raise OnSessionAdded in time.

We know we're connected to the session list server, but IsConnected is raised before we add each session to the Sessions list in ServerSessionsTracker and we get a mismatched count when auto joining a session.

Workaround is to add a timeout in the AutoJoinSessionAndRoom that just waits a second or two before starting the coroutine.

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

1 participant