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