No description
f64a18d520
ChildSession and Connection are run their own thread and their destruction depends on the connection, which of course is completely asynchronous. This change fires the destruction of the ChildSession, which unloads the view, without destroying the connection. The latter is cleaned up when purgeSessions() is invoked. Change-Id: I341bfdbdd4b37338d1813ec707a51aeb3be59497 Reviewed-on: https://gerrit.libreoffice.org/28130 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.