Andrew Stanton-Nurse
29ddc6a3e5
Merge branch 'release/2.1' into dev
2018-04-19 12:11:28 -07:00
Andrew Stanton-Nurse
65adcdd73a
HubConnectionBuilder.ts ( #2063 )
2018-04-19 12:09:47 -07:00
Andrew Stanton-Nurse
617d0bb4f6
fix websocket sample ( #2096 )
2018-04-19 11:04:39 -07:00
Andrew Stanton-Nurse
050a1ecf27
fix package.json versions ( #2098 )
2018-04-19 10:12:09 -07:00
David Fowler
31624d2826
Merge pull request #2092 from aspnet/release/2.1
...
Reduce redundant dependencies (#2091 )
2018-04-19 00:48:35 -07:00
David Fowler
676bf179f3
Reduce redundant dependencies ( #2091 )
2018-04-19 00:18:52 -07:00
James Newton-King
da94e984ce
Merge pull request #2090 from aspnet/release/2.1
...
Global suppress low impact logging verification in tests (#2089 )
2018-04-19 17:46:11 +12:00
James Newton-King
ad52ba7316
Global suppress low impact logging verification in tests ( #2089 )
2018-04-19 16:50:02 +12:00
BrennanConroy
f36313e585
Merge pull request #2088 from aspnet/release/2.1
...
Split lock into WriteLock and StateLock to prevent deadlocks and unne…
2018-04-18 17:45:08 -07:00
BrennanConroy
e9937ffb66
Split lock into WriteLock and StateLock to prevent deadlocks and unneeded lock contention ( #2081 )
2018-04-18 17:44:05 -07:00
David Fowler
9a0c190f48
Merge pull request #2082 from aspnet/release/2.1
...
Added support for negotiate response to redirect the client to anothe…
2018-04-18 14:51:55 -07:00
David Fowler
903fe1e902
Added support for negotiate response to redirect the client to another SignalR endpoint ( #2070 )
...
- Add a SkipNegotiation flag to the .NET and ts client
to allow skipping the negotiation phase. Don't infer it based on the transport type.
- Updated the negotiate protocol to support returning a redirect url
- Added support to .NET client to handle redirect negotiations
- Handle poorly written endpoints that sends infinite redirects
- Added access token support and an infinite redirect guard
- Add delete handler for stopping the transport
2018-04-18 14:22:45 -07:00
Mikael Mengistu
92d8f854bc
Merge pull request #2077 from aspnet/release/2.1
...
Merge Release/2.1
2018-04-18 18:58:54 +00:00
Mikael Mengistu
d9272032d0
Revert "Use xhr.onreadystatechange instead of xhr.onload ( #1838 )" ( #2065 )
...
This reverts commit 5e38303377 .
2018-04-18 17:38:27 +00:00
David Fowler
5c9b64244a
Expose the IHubProtocol on HubConnectionContext ( #2073 )
2018-04-18 10:35:55 -07:00
Andrew Stanton-Nurse
b3b5a13f2c
underp the merge
2018-04-18 09:13:13 -07:00
Andrew Stanton-Nurse
ba75e5fdf7
Merge branch 'release/2.1' into dev
2018-04-18 09:08:52 -07:00
BrennanConroy
679225c241
Use correct MessagePack in Benchmarks ( #2066 )
2018-04-17 21:50:26 -07:00
Andrew Stanton-Nurse
7dd6d82bba
remove verbose flag ( #2067 )
2018-04-17 21:07:53 -07:00
Andrew Stanton-Nurse
b4046b5ed8
Fix #1989 by adding a 'binding failure' pseudo-message ( #2064 )
2018-04-17 20:08:07 -07:00
James Newton-King
391c281194
Capture server logs in tests ( #2029 )
2018-04-18 14:39:08 +12:00
James Newton-King
61cce236fc
Derp
2018-04-18 10:37:23 +12:00
James Newton-King
0f0b9a73c1
Logger thread safety?
2018-04-18 10:13:12 +12:00
James Newton-King
1fc4a4916f
Merge branch 'release/2.1' into jamesnk/test-server-logging
2018-04-18 09:46:46 +12:00
James Newton-King
6842ae307f
Undo dev changes
2018-04-18 09:46:21 +12:00
Mike Harder
e19079bd50
Remove unused dependency on Microsoft.AspNetCore.Server.IntegrationTesting ( #2062 )
2018-04-17 12:18:34 -07:00
Andrew Stanton-Nurse
764d60bd95
Merge pull request #2060 from aspnet/release/2.1
...
Simple TypeScript API Review Feedback (#2050 )
2018-04-17 11:03:19 -07:00
Andrew Stanton-Nurse
31debcbf9f
Simple TypeScript API Review Feedback ( #2050 )
2018-04-17 10:51:52 -07:00
James Newton-King
707d79d3a1
Comment
2018-04-17 21:28:06 +12:00
James Newton-King
9f526b74af
This time?
2018-04-17 21:09:16 +12:00
James Newton-King
259dd04c99
Fix weird NRE
2018-04-17 20:58:18 +12:00
James Newton-King
8985fee4b5
Merge
2018-04-17 20:39:19 +12:00
David Fowler
9d8b83e6b3
Updated version to 1.1.0 preview1
2018-04-17 01:12:51 -07:00
David Fowler
8d8a546a3f
Merge branch 'release/2.1' into dev
2018-04-17 00:50:10 -07:00
David Fowler
05d6bbb782
Flush first long poll immediately ( #2032 )
...
There was a race condition between the first poll and any other http request that was sent.
In particular, if you called StartAsync then StopAsync it was possible for the delete to happen before the poll started leading to 400 errors. This change fixes that by making the very first poll
return immediately so that the client can use that to determine if there was an error connecting.
2018-04-17 00:49:26 -07:00
James Newton-King
8241acf3a1
Boop
2018-04-17 18:00:04 +12:00
James Newton-King
818497de64
Improvements
2018-04-17 16:57:55 +12:00
James Newton-King
177f5d91ef
Merge pull request #2052 from aspnet/release/2.1
...
Move HubException and add serialization ctor (#2049 )
2018-04-17 14:12:02 +12:00
James Newton-King
d35bcea0a5
Move HubException and add serialization ctor ( #2049 )
2018-04-17 14:10:42 +12:00
Ryan Brandenburg
e15d1ec255
Update version number to 2.2.0
2018-04-16 17:03:02 -07:00
Ryan Brandenburg
b2a6bb0806
Merge branch 'release/2.1' into dev
2018-04-16 17:03:01 -07:00
Ryan Brandenburg
25635923c8
Branching for 2.1.0-rc1
2018-04-16 17:02:57 -07:00
Andrew Stanton-Nurse
c05c5a6b2a
React to aspnet/KestrelHttpServer#2496: make IConnectionInherentKeepAliveFeature a boolean feature ( #2041 )
2018-04-16 11:34:12 -07:00
David Fowler
a426334018
Expose IList instead of List
2018-04-16 10:44:22 -07:00
David Fowler
a5d9930802
API review changes ( #2043 )
...
- Make SerializedHubMessage and SerializedMessage
public
- Made HubConnectionStore public
- Move SendUtils and Utils to the internal folder
- Make Microsoft.AspNetCore.Http.Connections.Common/Internal public.
- Move InvocationRequest to internal folder
2018-04-16 10:31:10 -07:00
David Fowler
680b51ed6c
Skip failing test ( #2042 )
2018-04-16 10:24:14 -07:00
BrennanConroy
927b08f893
Cache property access ( #2030 )
2018-04-15 23:23:00 -07:00
James Newton-King
4f4dfe1d23
Move RedisLog to Internal namespace ( #2038 )
2018-04-16 18:08:26 +12:00
James Newton-King
b5d5f11ef8
Rename excludedIds to excludedConnectionIds ( #2037 )
2018-04-16 18:03:16 +12:00
BrennanConroy
7745fd748a
Extension methods for IHubClients methods ( #2016 )
2018-04-15 22:43:26 -07:00