Improve history to load it chunk by chunk

This commit is contained in:
yflory
2018-06-19 16:59:59 +02:00
parent 60db53a993
commit 29f577dfc6
9 changed files with 314 additions and 107 deletions

View File

@@ -87,6 +87,7 @@ define({
// Request the full history from the server when the users clicks on the history button.
// Callback is called when the FULL_HISTORY_END message is received in the outside.
'Q_GET_FULL_HISTORY': true,
'Q_GET_HISTORY_RANGE': true,
// When a (full) history message is received from the server.
'EV_RT_HIST_MESSAGE': true,