Commit Graph

1754 Commits

Author SHA1 Message Date
BrennanConroy 90a1be7133 Merge branch 'release/2.1' into release/2.2 2018-08-28 11:15:48 -07:00
BrennanConroy 04c606d55f LongPolling: Setting connection to inactive while there is still an active poll (#2769) 2018-08-28 09:44:50 -07:00
BrennanConroy ef533caf11 Fix flaky test: StreamDoesNotStartIfTokenAlreadyCanceled (#2805) 2018-08-28 09:44:17 -07:00
BrennanConroy fd53f84f63 TypeScript improvements and tslib dep (#2808)
Resolves "Module not found: Can't resolve 'tslib' in '...@aspnet\signalr\dist\esm'"
2018-08-28 09:43:12 -07:00
Nate McMaster 118fc0a27f
Fail CI builds if the JDK cannot be found, warn for local builds, and add a flag to completely skip building the Java client 2018-08-24 10:38:58 -07:00
Andrew Stanton-Nurse 2db0c086b2
fix #2853 by adding blurb to readme (#2854) 2018-08-23 09:00:51 -07:00
BrennanConroy 070bc945f1
Add junit test result files to typescript functional and unit tests (#2846) 2018-08-22 12:05:35 -07:00
BrennanConroy f8a46faf9d
Detect ASP.NET SignalR server connection attempt (#2820) 2018-08-22 11:17:04 -07:00
BrennanConroy 5f4d0dac3c
Ignore failures from sending ping (#2840) 2018-08-22 10:36:36 -07:00
BrennanConroy db3f3f2a53
Tweak some Redis log levels (#2838) 2018-08-22 10:35:43 -07:00
Andrew Stanton-Nurse fd5d024651
remove extraneous file (#2851) 2018-08-21 16:22:04 -07:00
BrennanConroy ac0e8f11ca
Fix TS msgpack on IE and Ping breaking connection on server (#2847) 2018-08-21 14:47:43 -07:00
Mikael Mengistu 60d617c5ac
Check connection state before start stop and send (#2824) 2018-08-21 14:03:32 -07:00
ASP.NET CI 61eea0d0d4 Update package branding for 2.2.0-preview2 2018-08-21 13:33:52 -07:00
Nate McMaster 46dd1c9291
Bumping version from 1.0.3 to 1.0.4 2018-08-20 09:42:59 -07:00
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