No description
462f71a632
Ping message needs to be echoed and that messes up reading large messages that come in two parts. Luckily, it's not necessary to do so as it's sufficient to poll the state of the socket. It's true polling is less accurate as there is a timeout when a socket is disconnected, but that doesn't seem to be an issue in practice. Change-Id: I7a5744a621c4416b8f9d003871f6d613cc6ca7dc Reviewed-on: https://gerrit.libreoffice.org/30705 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.