Commit Graph

1415 Commits

Author SHA1 Message Date
James Newton-King da7a95f563
Handle null collections when writing NegotiateResponse (#2202) 2018-05-04 16:08:06 -07:00
Andrew Stanton-Nurse b1fccab7b1
Merge pull request #2203 from aspnet/release/2.1
switch tests to 'jest' (#2193)
2018-05-04 12:57:19 -07:00
Andrew Stanton-Nurse e3e80b957c
switch tests to 'jest' (#2193) 2018-05-04 12:51:33 -07:00
Mikael Mengistu 562b494229
New Idle Connection Benchmark Scenario (#2178) 2018-05-04 18:08:02 +00:00
Andrew Stanton-Nurse 9902835671 Merge branch 'release/2.1' into dev 2018-05-04 09:06:45 -07:00
Andrew Stanton-Nurse c009e15b0c
Make HttpTransportType a flags enum in TypeScript (#2179) 2018-05-04 09:05:29 -07:00
ASP.NET CI 4c1c494748 Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:51:09 -07:00
Andrew Stanton-Nurse 028d0b233e
Merge pull request #2199 from aspnet/release/2.1
Release/2.1
2018-05-03 19:11:54 -07:00
Andrew Stanton-Nurse 68700d3972
Merge pull request #2195 from aspnet/anurse/clean-up-shutdown-timer 2018-05-03 19:11:14 -07:00
Andrew Stanton-Nurse 6429e8e8ea
Merge pull request #2198 from aspnet/release/2.1
fix #2187 by passing min size through to buffer writer when encoding (#2190)
2018-05-03 19:10:42 -07:00
Andrew Stanton-Nurse b492dbe5d1
fix #2187 by passing min size through to buffer writer when encoding (#2190) 2018-05-03 19:10:15 -07:00
Andrew Stanton-Nurse 1282fde338 less flaky test 2018-05-03 17:55:25 -07:00
Andrew Stanton-Nurse 6f77eaca13 add tests 2018-05-03 12:09:07 -07:00
Andrew Stanton-Nurse fdfd5381a5 clean up the shutdown timer 2018-05-03 09:26:48 -07:00
BrennanConroy a0a475a241
Merge pull request #2194 from aspnet/release/2.1
Port C# client perf fix to release (#2189)
2018-05-02 21:54:42 -07:00
BrennanConroy 8c7f33a6d7
Port C# client perf fix to release (#2189) 2018-05-02 21:53:39 -07:00
Andrew Stanton-Nurse 5ec8094ade
Merge pull request #2192 from aspnet/release/2.1
fix #2171 by adding HttpTransportType.None (#2172)
2018-05-02 14:34:43 -07:00
Andrew Stanton-Nurse b1010b7bd5
fix #2171 by adding HttpTransportType.None (#2172) 2018-05-02 14:34:23 -07:00
Andrew Stanton-Nurse bb22e4ca62
Merge pull request #2191 from aspnet/release/2.1
fix #2134 by disposing httpconnection if start fails (#2137) (#2188)
2018-05-02 13:11:17 -07:00
Andrew Stanton-Nurse 622e133a8a
fix #2134 by disposing httpconnection if start fails (#2137) (#2188) 2018-05-02 13:10:58 -07:00
James Newton-King 9f40bd639f
Merge pull request #2186 from aspnet/release/2.1
Fix not setting HttpConnection.ConnectionId (#2154)
2018-05-01 23:01:20 -07:00
James Newton-King 41c8dcf449
Fix not setting HttpConnection.ConnectionId (#2154) 2018-05-01 21:48:57 -07:00
James Newton-King 914d32b049
Fix merge 2018-05-01 18:06:11 -07:00
James Newton-King 277e2963ef
Merge branch 'release/2.1' into dev 2018-05-01 17:52:01 -07:00
James Newton-King 3e906fb64a
Minor API cleanup (#2147) 2018-05-01 17:51:08 -07:00
James Newton-King 49cdaad6d6
Merge pull request #2185 from aspnet/release/2.1
Fix not detecting marker service (#2149)
2018-05-01 17:42:39 -07:00
James Newton-King 555c1fd720
Fix not detecting marker service (#2149) 2018-05-01 17:42:00 -07:00
Andrew Stanton-Nurse 2a236193da
Merge pull request #2184 from aspnet/release/2.1 2018-05-01 16:37:54 -07:00
Andrew Stanton-Nurse ae329edd2a
Fix #2169 by correcting shutdown timeout (#2170) 2018-05-01 16:37:22 -07:00
Andrew Stanton-Nurse 1bba0fde87 Merge branch 'release/2.1' into dev 2018-05-01 16:15:57 -07:00
Andrew Stanton-Nurse d711916ad6
fix #2140 by ensuring the access token flows to WebSocketTransport (#2173) 2018-05-01 16:14:24 -07:00
James Newton-King 295801ac50
XML documentation (#2106) 2018-05-01 16:08:09 -07:00
Andrew Stanton-Nurse 01d47ec78f
Merge pull request #2181 from aspnet/release/2.1
JSDocs (#2168)
2018-05-01 16:06:54 -07:00
Andrew Stanton-Nurse c89cf1a12b
JSDocs (#2168) 2018-05-01 16:06:35 -07:00
The Gitter Badger d8020e34b5 Add Gitter badge (#2174) 2018-04-30 23:22:46 -07:00
David Fowler f3ba1babfc
Remove unnecessary state machines in DefautHubDispatcher (#2167)
* Remove unnecessary state machines in DefautHubDispatcher
- Remove state machines for async tail calls
- Added fast path for auth check when there are no policies
2018-04-30 22:41:32 -07:00
James Newton-King c9746d43c9
Add HubConnection receive benchmark (#2164) 2018-04-30 16:52:01 -07:00
James Newton-King c714a81624
Add connection id to sink log for unit tests (#2085) 2018-04-30 16:51:17 -07:00
Nate McMaster bafa68e9d5
Merge branch 'release/2.1' into dev 2018-04-30 15:32:58 -07:00
Nate McMaster (automated) 683adec4a0
Bump version to 1.0.0-rtm 2018-04-30 14:51:56 -07:00
David Fowler c53514fa19
Don't throw from AbortAsync (#2166)
- Log from inside of HubConnectionContext if the user callback failed.
- Use ThreadPool.QUWI instead of Task.Factory.StartNew.
- Remove try catch from HubConnectionHandler
2018-04-30 09:22:48 -07:00
David Fowler ab451b53b7
Simplify error handling in HubConnectionHandler (#2162)
* Simplify error handling in HubConnectionHandler
- Since we execute hub methods inline, there's no need to abort the connection on unexpected exceptions.
- Don't pass the cancellation token to ReadAsync, instead just use CancelPendingRead.
- Don't treat OperationCancelledException errors as errors.
2018-04-29 22:51:16 -07:00
ASP.NET CI f89400cf12 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:32:30 -07:00
BrennanConroy 4b52428a4d
EchoAll scenario doesn't work well with warmup (#2143) 2018-04-25 13:32:24 -07:00
Mikael Mengistu 924d99abe7
Update BenchmarkServer readme 2018-04-25 09:52:11 -07:00
BrennanConroy 43fc0854c3
Remove unnecessary hop (#2136) 2018-04-23 15:25:57 -07:00
Andrew Stanton-Nurse bd46d757ba
fix #2134 by disposing httpconnection if start fails (#2137) 2018-04-23 12:38:37 -07:00
ASP.NET CI 3fc0727ba0 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:26:21 -07:00
BrennanConroy 1c9607a1ed
Verify Verifiable spelling (#2114) 2018-04-22 21:33:57 -07:00
BrennanConroy 33ee8626c8
Cache some property access in json hub protocol (#2128) 2018-04-22 09:55:38 -07:00