Hey,I'm playing with the concept of a real time collaborative text
editor, using CoCoMo as the backend.I've based my example app on the
ComplexObjectTransfer and add diff-objects to the collection node.Am
operating under the assumption that ComplexObjectTransfer is using
Message Passing and that it should be the best approach to this.Are
messages sent like this guaranteed to arrive to all clients, or is it
more UDP-y?Is that even close to a valid assumption?Further on, to
somehow get several cli...