Reconnecting
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?
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.
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.
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.