Chat-Wane / CRATE

CRATE is a real-time distributed CollaboRATive Editor
http://chat-wane.github.io/CRATE
99 stars 13 forks source link

Sending large objects fails #26

Closed Chat-Wane closed 9 years ago

Chat-Wane commented 9 years ago

When sharing too large documents, the joiner does not retrieve the data. The suspected reason: the packet to send are too large. Possible solution: cut this in smaller packets.

Chat-Wane commented 9 years ago

Change title of this issue from "anti-entropy on large documents fails" to "sending large objects fails". The above assumption seems to be correct: One tries to send a relatively large number of operations at once. Then, the connection dies. Obviously, the receiver didn't receive anything.