diff --git a/guacamole-common-js/src/main/webapp/modules/Client.js b/guacamole-common-js/src/main/webapp/modules/Client.js index 45ebfe303..1eb21f307 100644 --- a/guacamole-common-js/src/main/webapp/modules/Client.js +++ b/guacamole-common-js/src/main/webapp/modules/Client.js @@ -1346,7 +1346,7 @@ Guacamole.Client = function(tunnel) { // Ping every 5 seconds (ensure connection alive) pingInterval = window.setInterval(function() { - tunnel.sendMessage("sync", currentTimestamp); + tunnel.sendMessage("nop"); }, 5000); setState(STATE_WAITING);