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

Better coroutine error handling #39

Closed
m-kus opened this issue Apr 21, 2023 · 0 comments · Fixed by #54
Closed

Better coroutine error handling #39

m-kus opened this issue Apr 21, 2023 · 0 comments · Fixed by #54
Assignees

Comments

@m-kus
Copy link
Collaborator

m-kus commented Apr 21, 2023

When we send a request with a coroutine, we cannot see whether
that coroutine is a failed or not. There are no individual events that give their result for
each call (for each coroutine). It is essential to provide comprehensive error
handling to help developers diagnose issues and ensure a smooth user experience.

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

Successfully merging a pull request may close this issue.

3 participants