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

Initial commit of System.Net.WebSockets.Client. #2511

Merged
merged 1 commit into from
Jul 28, 2015

Conversation

pgavlin
Copy link
Contributor

@pgavlin pgavlin commented Jul 24, 2015

No description provided.

@pgavlin
Copy link
Contributor Author

pgavlin commented Jul 24, 2015

@stephentoub
Copy link
Member

Thanks, Pat. I'm going to go through an add some comments; since this is a porting effort, I'll just note in comments if I think they're important enough to address prior to merging, or whether they're just things to potentially follow-up on later. For the former, up to you whether you address now or leave them for later.

}
}

internal class SafeWinHttpHandle : SafeHandleZeroOrMinusOneIsInvalid
internal class SafeWinHttpHandleWithCallback : SafeWinHttpHandle
Copy link
Member

Choose a reason for hiding this comment

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

sealed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@stephentoub
Copy link
Member

LGTM

@stephentoub
Copy link
Member

@dotnet-bot test this please

@pgavlin pgavlin force-pushed the SNWebSocketsClient branch 2 times, most recently from 10c6957 to 53f53f5 Compare July 27, 2015 18:35
@davidsh
Copy link
Contributor

davidsh commented Jul 27, 2015

@pgavlin Looks like there is an error in compiling your latest commit.

@justinvp
Copy link
Contributor

It's an unrelated test failure on linux: #2539

@pgavlin
Copy link
Contributor Author

pgavlin commented Jul 27, 2015

@dotnet-bot test this please

@pgavlin
Copy link
Contributor Author

pgavlin commented Jul 27, 2015

The last failure was a package restore problem; S.N.WebSockets.Client built and passed testing. That said, I've giving the lab one more run at it.

@nguerrera
Copy link
Contributor

@dotnet-bot test this please

@pgavlin
Copy link
Contributor Author

pgavlin commented Jul 28, 2015

This job failed due to #2539 as well, which has since been resolved. I'm going to go ahead and merge.

pgavlin added a commit that referenced this pull request Jul 28, 2015
Initial commit of System.Net.WebSockets.Client.
@pgavlin pgavlin merged commit 63da6ec into dotnet:master Jul 28, 2015
@nguerrera
Copy link
Contributor

I realize there have been a bunch of unfortunate, unrelated issues happening, but I'd prefer if we stuck to getting a green CI before merging. If we stray from that there's risk of missing a second failure buried in the logs.

@stephentoub
Copy link
Member

I'd prefer if we stuck to getting a green CI before merging

Yes, this needs to continue to be our policy. Thanks for understanding.

@pgavlin pgavlin deleted the SNWebSocketsClient branch October 1, 2015 20:08
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Initial commit of System.Net.WebSockets.Client.

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

9 participants