We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the application code is in a spin-loop and not awaiting, then devtools will not receive any logs.
This makes complete sense due to the nature of cooperative multitasking.
I suspect the fix may be to run the websocket client in a thread so that it can run independently of the async loop.
The text was updated successfully, but these errors were encountered:
The better fix is to never write any infinite loops 😜
Sorry, something went wrong.
This doesn't seem much of a problem in practice. Closing for now.
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
No branches or pull requests
If the application code is in a spin-loop and not awaiting, then devtools will not receive any logs.
This makes complete sense due to the nature of cooperative multitasking.
I suspect the fix may be to run the websocket client in a thread so that it can run independently of the async loop.
The text was updated successfully, but these errors were encountered: