Commit Graph

1639 Commits

Author SHA1 Message Date
Mikael Mengistu 8c9093332b
Support for Adding OnClosed Callbacks(#2821) 2018-08-16 17:56:38 -07:00
BrennanConroy 3b853daa1a
Log unhandled exceptions to help see errors in tests (#2815) 2018-08-16 10:56:08 -07:00
David Fowler b981e24a53
Updated the lock files (#2813)
* Updated the lock files
2018-08-15 16:08:18 -07:00
Mikael Mengistu 431627958c
Adding support for Close Message (#2793) 2018-08-15 11:35:24 -07:00
Mikael Mengistu 85c934dcdd
Throw if the Websocket cant connect in Java client(#2801) 2018-08-15 11:27:26 -07:00
BrennanConroy c6aaa13db9
Add JS API doc link to npm packages (#2809) 2018-08-15 09:41:52 -07:00
BrennanConroy 53ceaf1b2c
[TS Client] Properly wait for WebSocket close (#2804) 2018-08-14 15:34:31 -07:00
Andrew Stanton-Nurse 045d5f1c7f
Add gradle to 3pn (#2798) 2018-08-13 14:56:42 -07:00
Mikael Mengistu 94f99c3a29
Add HubConnectionBuilder to Java client (#2780) 2018-08-13 13:58:48 -07:00
Mikael Mengistu 6310cffd7c
Add timestamps to log messages (#2777) 2018-08-13 11:36:57 -07:00
Andrew Stanton-Nurse 82cef1a0c6
fix chrome headless when root by adding --no-sandbox (#2796) 2018-08-13 11:34:38 -07:00
ASP.NET CI c737eb32f2 Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:29:53 +00:00
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