mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Don't send ready unless layer is ready to draw.
This commit is contained in:
		| @@ -544,6 +544,12 @@ function VNCClient(display) { | ||||
|  | ||||
|     function sendReady() { | ||||
|  | ||||
|         // If not ready, do not send ready | ||||
|         if (background == null || !background.isReady()) { | ||||
|             setTimeout(sendReady, 50); | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|         // Start heartbeat signal | ||||
|         var heartbeat = new XMLHttpRequest(); | ||||
|         heartbeat.open("GET", "ready"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user