https://bugs.documentfoundation.org/show_bug.cgi?id=128502

--- Comment #20 from Tor Lillqvist <[email protected]> ---
Some more loosely written notes:

After now having done modifications to get rid of the lok_document global, I
notice the next hard issue: The Online code runs the lokit_main() function that
runs the LibreOffice "main loop" per document. To be able to handle multiple
documents, the "main loop" should run without being coupled to any specific
open document.

The KitWebSocketHandler is also coupled to just one document. When its
handleMessage() function gets a "session" message it creates the Document
object for the KitWebSocketHandler. More re-plumbing needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to