Skip to content

Remove hacky WebSocket connection factory #171

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

Conversation

tintoy
Copy link
Contributor

@tintoy tintoy commented Jun 6, 2018

Replace it with the new (officially-supported) ClientWebSocket
SSL functionality in .NET Core 2.1.

Implements #130.

CC: @brendandburns @qmfrederik

Replace it with the new (officially-supported) ClientWebSocket
SSL functionality in .NET Core 2.1.

kubernetes-client#130
@tintoy
Copy link
Contributor Author

tintoy commented Jun 6, 2018

Thanks to last-minute changes in CoreFX for 2.1, we no longer need to manually set up the connection at all; we can simply use ClientWebSocket on netcoreapp2.1 and it just does the right thing on each platform :)

@brendandburns
Copy link
Contributor

LGTM! (thanks)

@brendandburns brendandburns merged commit a358cb9 into kubernetes-client:master Jun 7, 2018
JonJam pushed a commit to JonJam/csharp that referenced this pull request Sep 8, 2018
Replace it with the new (officially-supported) ClientWebSocket
SSL functionality in .NET Core 2.1.

kubernetes-client#130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants