No description
Find a file
Ashod Nakashian f64a18d520 loolwsd: corrected ChildSession and connection cleanup
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>
2016-08-15 03:13:39 +00:00
loleaflet loleaflet: drag & drop to unhide column/row 2016-08-13 12:16:03 -04:00
loolwsd loolwsd: corrected ChildSession and connection cleanup 2016-08-15 03:13:39 +00:00
scripts loleaflet: l10n of slide layouts 2016-05-28 18:48:13 +02:00
.gitreview Add git-review config 2015-11-20 17:13:26 +01:00
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.