mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Removed experimental ready message
This commit is contained in:
@@ -440,21 +440,6 @@ function GuacamoleClient(display) {
|
||||
|
||||
var instructionHandlers = {
|
||||
|
||||
"ready": function(parameters) {
|
||||
|
||||
// If done drawing, send ready response
|
||||
if (background.isReady())
|
||||
sendMessage("ready;");
|
||||
|
||||
// If not done drawing, set callback which will send response
|
||||
else
|
||||
background.setReadyHandler(function() {
|
||||
sendMessage("ready;");
|
||||
background.setReadyHandler(null);
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
"error": function(parameters) {
|
||||
showError(unescapeGuacamoleString(parameters[0]));
|
||||
},
|
||||
@@ -587,9 +572,6 @@ function GuacamoleClient(display) {
|
||||
setState(STATE_WAITING);
|
||||
handleResponse(makeRequest());
|
||||
|
||||
// Send "ready" message to server
|
||||
sendMessage("ready;");
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user