Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix several WebSocket tests blocking xunit's SynchronizationContext #32591

Merged
merged 2 commits into from
Oct 3, 2018

Conversation

stephentoub
Copy link
Member

@stephentoub stephentoub changed the title Fix several WebSocket tests that were blocking xunit's SynchronizationContext Fix several WebSocket tests blocking xunit's SynchronizationContext Oct 3, 2018
@@ -12,6 +12,19 @@ namespace System.Threading.Tasks
{
public static class TaskTimeoutExtensions
{
public static async Task WithCancellation( this Task task, CancellationToken cancellationToken)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove space before "this Task task"

@stephentoub stephentoub merged commit 7685f1c into dotnet:master Oct 3, 2018
@stephentoub stephentoub deleted the wstestssc branch October 3, 2018 09:51
@karelz karelz added this to the 3.0 milestone Oct 8, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…otnet/corefx#32591)

* Fix several WebSocket tests that were blocking xunit's SynchronizationContext

* Address PR feedback


Commit migrated from dotnet/corefx@7685f1c
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.

3 participants