Some further fixes to the ajax client, as well as maybe fixing the i.d.l. bug manifesting from a poor msg input send.

This commit is contained in:
Griatch 2016-06-01 01:22:10 +02:00
parent f04c82fa17
commit 410d04456c
3 changed files with 7 additions and 7 deletions

View file

@ -375,7 +375,7 @@ An "emitter" object must have a function
else {
// We'd expect to see a keepalive message rather than
// a timeout. Ping the server to see if it's still there.
msg("idle", "input");
msg(["text", ["idle"], {}], "input");
}
if (stop_polling) {