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:
parent
f04c82fa17
commit
410d04456c
3 changed files with 7 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue