Xin Yan
29b066286f
add WebSocket server certificate validation for net452 ( #231 )
...
* fix a race condition.
when multiple call to GetStream happens around the same time, on the
same inputIndex, a race condition will cause this.buffers.Add() to throw
exception.
* add WebSocket server certificate validation support for net 452
2019-01-24 12:06:34 -08:00
Adam Friedman
a358cb9afd
Remove hacky WebSocket connection factory. ( #171 )
...
Replace it with the new (officially-supported) ClientWebSocket
SSL functionality in .NET Core 2.1.
kubernetes-client/csharp#130
2018-06-07 16:47:39 -07:00
Frederik Carlier
0f2832b86c
Allow callers to specify which WebSocket subprotocol to use ( #154 )
...
* Allow callers to specify which WebSocket subprotocol to use.
* Update unit tests
* Update unit test
* Fix ordering
* Trace CancellationToken
2018-05-02 22:02:05 -07:00
Frederik Carlier
c60882088a
Handle WebSocket exceptions ( #155 )
2018-04-30 15:16:06 -07:00
Adam Friedman
ea62ca00e0
Move projects to subdirectories of /src and /tests ( #134 )
...
kubernetes-client/csharp#127
2018-04-04 22:13:45 -07:00