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

Stay on the sync context when rendering console logs #3459

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

davidfowl
Copy link
Member

@davidfowl davidfowl commented Apr 6, 2024

  • Don't use ConfigureAwait(false)

Fixes #3458

Microsoft Reviewers: Open in CodeFlow

- Don't use ConfigureAwait(false)
@davidfowl davidfowl enabled auto-merge (squash) April 6, 2024 23:40
@JamesNK
Copy link
Member

JamesNK commented Apr 6, 2024

Can you make it ConfigureAwait(true) and/or have a comment that we need to stay on the sync context.

That will help prevent the same thing from happening again.

@davidfowl
Copy link
Member Author

ConfigureAwait(true) is jank, but I did it 😄

@mitchdenny
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@davidfowl
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@davidfowl
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@davidfowl davidfowl merged commit 9cd5a93 into main Apr 7, 2024
8 checks passed
@davidfowl davidfowl deleted the davidfowl/stayon-the-sync-context branch April 7, 2024 03:48
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log streams not showing up
4 participants