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
Andrew Stanton-Nurse
b3b5a13f2c
underp the merge
2018-04-18 09:13:13 -07:00
Andrew Stanton-Nurse
31debcbf9f
Simple TypeScript API Review Feedback ( #2050 )
2018-04-17 10:51:52 -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
Andrew Stanton-Nurse
16c6a65bf2
polyfill UInt8Array.forEach for IE ( #1981 )
2018-04-12 21:15:39 -07:00
Andrew Stanton-Nurse
24328b8e88
fix #1281 by adding support for DELETE endpoint on server ( #1925 )
2018-04-12 12:39:08 -07:00
Andrew Stanton-Nurse
c734b9910a
fix #1951 by transpiling to ES5 ( #1970 )
2018-04-12 11:59:43 -07:00
David Fowler
5aafb9b8be
Remove ITransport dependency on IConnection ( #1934 )
2018-04-10 12:29:16 -07:00
Vegard Løkken
31dfe91962
Support async access token factory ( #1911 )
2018-04-10 05:34:10 -07:00
David Fowler
f4313170f8
Split HandshakeProtocol into another class ( #1921 )
...
- Take a HandshakeRequest into the protocol type
2018-04-09 17:45:16 -07:00
Mikael Mengistu
e51852d0fc
Use Anchor tag to normalize urls( #1828 )
2018-04-04 21:43:25 -07:00
Andrew Stanton-Nurse
313772ef03
fix #1727 by adding polyfills for IE ( #1841 )
2018-04-04 10:20:38 -07:00
Andrew Stanton-Nurse
99ae47be09
Add ability to log message content ( #1792 )
2018-04-03 18:46:25 -07:00
David Fowler
5e38303377
Use xhr.onreadystatechange instead of xhr.onload ( #1838 )
2018-04-03 15:53:16 -07:00
BrennanConroy
221c95e0af
Couple logging additions ( #1827 )
...
- Added logging in a couple more places in HubConnection
- Increase DEFAULT_TIMEOUT_INTERVAL to 20 seconds
2018-04-02 19:25:47 -07:00
BrennanConroy
12b5e173b3
Merge pull request #1790 from aspnet/release/2.1
...
Cleanup logs during test (#1787 )
2018-03-30 13:34:34 -07:00
BrennanConroy
c0418319fe
Cleanup logs during test ( #1787 )
2018-03-30 13:33:59 -07:00
James Newton-King
389817c682
Merge pull request #1776 from aspnet/release/2.1
...
Client logging fixes and improvements (#1773 )
2018-03-30 16:25:13 +13:00
James Newton-King
51fb15d6cf
Client logging fixes and improvements ( #1773 )
2018-03-30 16:24:38 +13:00
Mikael Mengistu
1fdd6511fa
Merge pull request #1738 from aspnet/release/2.1
2018-03-27 14:08:55 -07:00
Mikael Mengistu
3952eacfaa
Add ability to remove all handlers with just the method name ( #1729 )
2018-03-27 14:06:56 -07:00
unknown
678265259d
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-26 17:30:38 -07:00
Mikael Mengistu
cc52beec17
Fallback for TS client
2018-03-27 00:18:36 +00:00
James Newton-King
7479f92303
Merge branch 'release/2.1' into dev
2018-03-23 17:28:25 +13:00
James Newton-King
d367bdc9aa
Remove message content from JS client logging ( #1694 )
2018-03-23 17:24:51 +13:00
BrennanConroy
fd54ec2c4f
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-22 15:57:47 -07:00
BrennanConroy
a47e1051e8
Add protocol version to handshake ( #1666 )
2018-03-22 15:54:35 -07:00
BrennanConroy
6d642ea5ce
Move Typescript client folder ( #1692 )
2018-03-22 15:47:08 -07:00