libreoffice-online/Mobile
Tor Lillqvist 55a2f804a6 Change the FakeSocket to be record-oriented
That is how Online uses the sockets for communication between the
processes anyway: It send and receives complete WebSocket frames.
Sure, in the mobile case there is just one process, but (I think) we
want to keep the same basic structure anyway, even if "wsd" and "kit"
are just threads. (We probably also want to drop the WebSocket framing
of the messages.)

Change-Id: I2397f321029c1cbbbc448a9b2403ad185a51cf14
2018-09-15 12:34:29 +03:00
..
Mobile Intermediate commit of work in progress on an iOS app 2018-09-12 18:32:05 +03:00
Mobile.xcodeproj Intermediate commit of work in progress on an iOS app 2018-09-12 18:32:05 +03:00
TestFakeSocket Change the FakeSocket to be record-oriented 2018-09-15 12:34:29 +03:00