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

refactor(l1): Improve task spawning and error detecting #1819

Open
ElFantasma opened this issue Jan 28, 2025 · 0 comments
Open

refactor(l1): Improve task spawning and error detecting #1819

ElFantasma opened this issue Jan 28, 2025 · 0 comments
Assignees

Comments

@ElFantasma
Copy link
Contributor

Currently our main tasks may fail on some critical errors (eg. cannot open the tcp listen socket) and it will put an error line on console and terminate the task. But the app will still run.

We have to detect these kind of critical errors and manage to stop the app entirely on these situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant