mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge branch 'zhangmaike/stream-efficiency' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into releases/0.3.0
This commit is contained in:
@@ -203,12 +203,7 @@ function VNCClient(display) {
|
|||||||
mouseEventBuffer = ""; // Clear buffer
|
mouseEventBuffer = ""; // Clear buffer
|
||||||
|
|
||||||
// Once response received, send next queued event.
|
// Once response received, send next queued event.
|
||||||
mouse_xmlhttprequest.onreadystatechange = function() {
|
setTimeout(sendPendingMouseEvents, 10);
|
||||||
|
|
||||||
if (mouse_xmlhttprequest.readyState == 4)
|
|
||||||
sendPendingMouseEvents();
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
mouse_xmlhttprequest.send(null);
|
mouse_xmlhttprequest.send(null);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user