From 9f1bab9bb63a3270b4af256ea8930676bea856ce Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 10 Mar 2021 18:42:32 +0100 Subject: [PATCH] Fix CanvasImage: task running, pausing for 15 seconds by remote MCDU The Canvas screenshot code doesn't like multiple concurrent screenshot requests, so schedule the next load for after a currently running one is done. --- mcdu.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/mcdu.html b/mcdu.html index f9d93c08..28e57ea7 100644 --- a/mcdu.html +++ b/mcdu.html @@ -6,8 +6,16 @@