tomfelder94
tomfelder94
It would indeed be nice to have a short description, are there any plans on adding this?
I also find it quite hard to get a good understanding of the whole flow, when is which method called from the adapters. Also when is information broadcasted to the...
Thanks a lot Vincent, that does clarify already a lot of things. Do I understand correctly that with the WsEasyRtcAdapter and EasyRtcAdapter all the data is sent peer-to-peer, even if...
That makes sense, thanks. I will implement an Ably adapter and see if I find time to create a diagram along the way. That was all very helpful!
I created an AblyAdapter today which seems to work but I still have a few questions: - I am connecting to ably in the adapters `connect()` method. The `broadcastDataGuaranteed(dataType, data)`...