guiMode("queue")
seems to be causing crashes (freeze - spinning beachball) when updating multiple widgets or a single widget at a high rate of update. The old guiMode
seems to be able to handle similar performance demands so I have attached examples of each. It usually crashes after some seconds.
I suspect this is a recently emerging issue as I have csds that worked fine a few months ago that are no longer reliable. This is tested on Mac using the May 4 Cabbage build.
testPolling.csd (1.2 KB) testQueue.csd (1.1 KB)