Mercurial > libervia-backend
comparison sat_frontends/jp/xmlui_manager.py @ 3013:860c550028d6
memory (sqlite): properly wait for messages to be writen in database:
the deferreds of the queries writing message to databases where not gathered and returned,
so the caller was not waiting for them to continue its workflow. This was resulting in
messages not always written when database was read just after the write (a case common
with MUC implementation), and message was appearing empty when sent to bridge.
fix 328
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 18 Jul 2019 21:58:34 +0200 |
parents | 620bbcec884c |
children | ab2696e34d29 |
comparison
equal
deleted
inserted
replaced
3012:2224fbbd45dd | 3013:860c550028d6 |
---|