Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infinite loading and stuck while writing while loop #218

Open
AMEER-HAMZA-RANA opened this issue Oct 5, 2024 · 1 comment
Open

infinite loading and stuck while writing while loop #218

AMEER-HAMZA-RANA opened this issue Oct 5, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@AMEER-HAMZA-RANA
Copy link

While writing while loop, editor gets stuck on infinite loading, it should have some predefined limitation to stop.

@glassmonkey
Copy link
Owner

I apologize for the delayed response.

Yes, this is a known bug reported in the issue below. It causes the CPU to stack during an infinite loop.

#6

I believe we can improve this by using a service worker to separate the PHP process, but I haven't had the time to work on it yet.

If you're interested, contributions are welcome!

@glassmonkey glassmonkey added bug Something isn't working enhancement New feature or request labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants