You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: