Mikael Mengistu
08ee882217
Update Gradle to 4.9 ( #2786 )
2018-08-10 15:39:23 -07:00
BrennanConroy
b82fcc0b21
log when WebSocketTransport has started ( #2752 )
2018-08-10 09:49:17 -07:00
Andrew Stanton-Nurse
da35d1f4e1
add version number to java client build ( #2776 )
2018-08-09 12:10:20 -07:00
Mikael Mengistu
5843b5415b
Update Java client build scripts for Maven publishing ( #2765 )
2018-08-08 17:50:55 -06:00
BrennanConroy
6a6e1743ae
Expose full implementation for configureLogging in ESM definition file ( #2770 )
2018-08-08 16:38:43 -07:00
BrennanConroy
a550ae6cc3
Provide a better error message when invoking a non-existant hub method ( #2768 )
2018-08-08 15:55:33 -07:00
Mikael Mengistu
c9104d4932
Move Java client into com.microsoft.aspnet.signalr ( #2763 )
2018-08-08 16:32:46 -06:00
BrennanConroy
2265acde78
Don't start stream if already canceled ( #2764 )
2018-08-08 14:04:05 -07:00
BrennanConroy
186a85b7e0
Add timestamp to logs TS client ( #2760 )
2018-08-08 11:28:30 -07:00
Andrew Stanton-Nurse
d3f418efd8
disable the gradle daemon on the CI ( #2759 )
2018-08-08 10:59:09 -07:00
Andrew Stanton-Nurse
b9f6fb97f2
fix merge conflict
2018-08-08 09:29:09 -07:00
Andrew Stanton-Nurse
c1da83637e
fix jdk detection by detecting javac instead of tools.jar ( #2751 )
2018-08-08 07:55:02 -07:00
David Fowler
5e7f63b096
Make un-graceful shutdown a bit more graceful ( #2748 )
...
* Make un-graceful shutdown a bit more graceful
- Change how graceful shutdown is done to ensure there are no errors on shutdown.
- Avoid closing pipes from under other components that own those pipes.
- Close the application output so that the application's read loop ends gracefully. For websockets, we cancel the token, for other transports, we close the output directly.
2018-08-07 21:39:09 -07:00
Andrew Stanton-Nurse
fddf341913
Merge branch 'release/2.1' into release/2.2
2018-08-07 14:36:44 -07:00
Andrew Stanton-Nurse
c1aa708a8b
TypeScript improvements and tslib dep ( #2692 )
2018-08-07 14:15:07 -07:00
BrennanConroy
cef7dfcdbb
Check connection state in ping Typescript client ( #2753 )
2018-08-07 14:14:32 -07:00
Mikael Mengistu
02d1d4b1aa
Adding Javadocs ( #2745 )
2018-08-07 15:10:22 -06:00
BrennanConroy
fc8979aeca
Update TS docs for docs.microsoft.com generation ( #2605 )
2018-08-07 13:36:10 -07:00
BrennanConroy
d8741d1b0f
Skip Redis tests on macOS ( #2740 )
2018-08-07 10:20:11 -07:00
BrennanConroy
dadff9fc29
Avoid ODE in tests with Server logging ( #2742 )
2018-08-07 09:18:10 -07:00
BrennanConroy
e403de7fbf
Solve LongPolling races by moving Cts disposal to connection disposal ( #2731 )
2018-08-06 19:17:29 -07:00
BrennanConroy
1874368a5c
Fix flaky test ( #2739 )
2018-08-06 19:16:52 -07:00
BrennanConroy
d76c074780
Up Redis test log level ( #2743 )
2018-08-06 19:15:53 -07:00
BrennanConroy
31b6ad69ae
Increase poll timeout in TS client ( #2737 )
2018-08-06 19:14:44 -07:00
ASP.NET CI
104453e35b
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:51:18 +00:00
Mikael Mengistu
c48412441d
Add logging infrastructure to the Java Client ( #2720 )
2018-08-06 11:47:19 -06:00
BrennanConroy
e78e3db6f4
Honor InherentKeepAliveFeature for server timeout ( #2727 )
2018-08-06 10:37:12 -07:00
ASP.NET CI
f0c4170e42
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-05 19:27:49 +00:00
BrennanConroy
810c7cf9ad
Fix ODE race with cancellationtokensource ( #2721 )
2018-08-02 15:24:26 -07:00
BrennanConroy
90606338fb
Log when closing connection due to timeout ( #2722 )
2018-08-02 15:21:24 -07:00
Andrew Stanton-Nurse
1358d5a07e
remove Jenkins configs already covered by VSTS ( #2706 ) ( #2723 )
2018-08-02 13:00:06 -07:00
David Fowler
32d380a058
Don't send WebSocketCloseStatus.Empty, it's invalid ( #2716 )
2018-08-02 09:09:25 -07:00
BrennanConroy
7d4df89025
Back Port WebPack ( #2641 )
2018-08-01 13:55:08 -07:00
Mikael Mengistu
fd6b52c22b
Move .pom file in gradle build task ( #2708 )
2018-08-01 09:42:35 -07:00
BrennanConroy
c8eedb3540
Fix race when connection is canceled and new poll comes in ( #2697 )
2018-07-31 16:36:54 -07:00
BrennanConroy
651b39bc90
Revert "Merge branch 'master' into release/2.2"
...
This reverts commit 785200877a , reversing
changes made to 3d6e1e69fd .
2018-07-31 15:24:33 -07:00
BrennanConroy
da10db413a
Fix query string name in transport spec ( #2702 )
2018-07-31 10:25:49 -07:00
Mikael Mengistu
785200877a
Merge branch 'master' into release/2.2
2018-07-31 10:22:09 -07:00
BrennanConroy
3d6e1e69fd
Close LongPolling connection on poll exception ( #2701 )
2018-07-31 09:52:10 -07:00
Mikael Mengistu
25b826de75
Update JavaClientVersion variable ( #2703 )
2018-07-30 18:17:43 -07:00
Mikael Mengistu
e031662525
Test and package Java client with build.cmd ( #2690 )
2018-07-30 16:58:25 -07:00
unknown
2a87bfd1be
Merge branch 'release/2.2'
2018-07-30 11:49:16 -07:00
Mikael Mengistu
a14fe7f748
Update issue template for security issues ( #2693 )
2018-07-30 11:43:57 -07:00
ASP.NET CI
b28622e3d2
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-29 20:10:52 +00:00
ASP.NET CI
4bbe837cc1
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-29 12:26:48 -07:00
Mikael Mengistu
debd0e3905
Merge pull request #2682 from aspnet/release/2.2
...
Adding Java Client Overloads up to T8. (#2660 )
2018-07-25 22:36:15 -07:00
Mikael Mengistu
2a48a9a2c4
Adding Java Client Overloads up to T8. ( #2660 )
2018-07-25 22:09:03 -07:00
Mikael Mengistu
60c5392fd5
Merge pull request #2679 from aspnet/release/2.2
...
Parse HandshakeResponse (#2656 )
2018-07-25 16:58:24 -07:00
Mikael Mengistu
daed55be36
Parse HandshakeResponse ( #2656 )
2018-07-25 16:23:25 -07:00
BrennanConroy
34a7fc4d99
Merge branch 'merge/release/2.2-to-master'
2018-07-25 11:45:32 -07:00