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
Andrew Stanton-Nurse
968e31970e
Merge pull request #2123 from aspnet/release/2.1
...
Final TS tidyup (#2120 )
2018-04-20 16:34:19 -07:00
Andrew Stanton-Nurse
01c0690cc9
Final TS tidyup ( #2120 )
2018-04-20 16:33:45 -07:00
Andrew Stanton-Nurse
d5f62f7b5a
Merge pull request #2122 from aspnet/release/2.1
...
CancellationToken EVERYWHERE (#2101 )
2018-04-20 16:22:16 -07:00
Andrew Stanton-Nurse
47eafca4d8
CancellationToken EVERYWHERE ( #2101 )
2018-04-20 16:21:51 -07:00
Andrew Stanton-Nurse
36f05d42f5
Merge pull request #2118 from aspnet/release/2.1
...
Release/2.1
2018-04-20 13:49:53 -07:00
Andrew Stanton-Nurse
058830c9df
fix #2116 by requiring task return values from typed client ( #2117 )
2018-04-20 13:49:12 -07:00
Pranav K
31673e84f4
Re-enable Windows dotnet-ci builds ( #1978 )
...
* Re-enable Windows dotnet-ci builds
2018-04-20 10:57:53 -07:00
Andrew Stanton-Nurse
dacea904cc
privatize IConnection and HttpConnection ( #2105 )
2018-04-20 10:14:54 -07:00
David Fowler
dfb54663ae
Merge pull request #2115 from aspnet/release/2.1
...
Removing the chat sample (#2113 )
2018-04-20 09:36:23 -07:00
BrennanConroy
e6011ef69b
Use custom group names in tests to not collide with other tests running ( #2102 )
2018-04-20 09:26:26 -07:00
David Fowler
3b8243d203
Removing the chat sample ( #2113 )
...
- People are copying the presence prototype as if it's recommended instead of treating it like a prototype. Removing this because we want to do something more integrated in the future.
2018-04-20 09:20:06 -07:00