-
Notifications
You must be signed in to change notification settings - Fork 462
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
Log streams not showing up #3458
Comments
Bug was caused by #3436 (cc @ReubenBond) Here's the error: System.InvalidOperationException: 'The current thread is not associated with the Dispatcher. Use InvokeAsync() to switch execution to the Dispatcher when triggering rendering or component state.' From
|
Thanks for investigating @davidfowl. Let's revert it and apply it only to the non-Blazor bits, which are the ones the test was complaining about anyway. |
I think most of them are fine, I reverted the one that touches ui. |
Moving this out of p6 since it wasn't backported. |
Seems like after #3343 the log streams are not responding and printing to the screen.
2024-04-05_22-58-00.mp4
The text was updated successfully, but these errors were encountered: