mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-02 18:39:41 +00:00
tcp-client.js: after read, try read again.
After a read completes it's possible more data is pending so issue an immediate read again to pick this up quickly.
This commit is contained in:
@@ -249,6 +249,9 @@ Author: Boris Smus (smus@chromium.org)
|
||||
this.callbacks.recvString(str);
|
||||
}.bind(this));
|
||||
}
|
||||
|
||||
// Trigger another read right away
|
||||
setTimeout(this._periodicallyRead.bind(this), 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user