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

Reconnecting #14

Open
johnsolver opened this issue Jul 14, 2015 · 3 comments
Open

Reconnecting #14

johnsolver opened this issue Jul 14, 2015 · 3 comments

Comments

@johnsolver
Copy link

How should a disconnect scenario be handled, both the case of you losing a connection and the other side disconnecting.

Am I a supposed to OTSession.init(...) again, what about the events I subscribed to do I need to unsubscribe manually? (what about the subscriber directive-s)

Does the publisher auto-magically works, since it doesn't seem like it can be made to re-connect / re-publish?

@tbarak2
Copy link

tbarak2 commented Jul 24, 2016

Is there an answer to this question? If I am a publisher and I choose to disconnect and reconnect again, how it can be handled, my work around so far is to refresh the page but it is a poor solution.

@aullman
Copy link
Owner

aullman commented Jul 25, 2016

Unfortunately the app I use this in does not handle disconnecting very well. It just tells the user to refresh the page.

I'm keeping this ticket open because it would be good to handle this properly.

@tbarak2
Copy link

tbarak2 commented May 5, 2017

Hi aullman,
Do you have any status regarding this issue of the reconnect?
Currently this is one of the most important issue that we have in our project and we get rejects from users about the refreshing and not reconnecting.

Thanks.

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