Make the output stable
It is observed that under too much requests buffer overload and leads to unstable output. Find a way to stable this output. Currently gocui library supports the Flush function but it doesn't seem to work in this case.
Hi, I'm the author of gocui. After seeing this issue I'm just curious to know if the problem persists after some improvements I commited last days in the gocui's repo. If so, could you please tell me how to reproduce it or give me some details about what "unstable output" means? Thanks in advance!
Hi, Thanks for your interest.
I get this error when my views are updated or when Konsoole is forced shut downed

Because I need to capture logs, I store them in a file and redraw whole frame by first flushing it and then drawing it. I tried fixing this with your new changes but wasn't successful. Also the output blinks in between.
Are you using the commit 3438be9f of gocui? Because that error should be fixed since commit c9c982ea, where I added a mutex to Gui.Flush(), so it is safe for concurrent use. Anyway, tomorrow I'll give Konsoole a shot to see if I can reproduce the issue.
Hi, I was using the latest commit of your project. Check if you can help me with the issue.