Commit Graph

1754 Commits

Author SHA1 Message Date
BrennanConroy 2bea4608fa
Fix tests to use dynamic ports (#3177) 2018-10-22 20:32:53 -07:00
Mikael Mengistu 4a3d1c689f
Remove functional interfaces (#3165) 2018-10-22 11:37:09 -07:00
Mikael Mengistu 95ccb1ee52
More Java Docs (#3138) 2018-10-19 14:31:05 -07:00
BrennanConroy d82a3e6c99
Update to new VSTS script (#3162) 2018-10-19 12:29:47 -07:00
BrennanConroy e68c8025d5
Don't set Redis timeout (#3154) 2018-10-19 09:14:33 -07:00
Mikael Mengistu d3aaf1f542
Remove withTransport and withHttpClient APIs(#3152) 2018-10-18 16:31:44 -07:00
Mikael Mengistu 7191c12a65
Enable logging in chat sample (#3134) 2018-10-18 15:32:57 -07:00
Mikael Mengistu 203c2a22ed
Add package-info file for docs (#3123) 2018-10-18 11:03:10 -07:00
ASP.NET CI b0f7fbbe99
Update package branding for 2.2 RTM 2018-10-16 12:48:20 -07:00
Mikael Mengistu 297156a4ef
Check if HubConnection stopped normally (#3135) 2018-10-16 12:07:56 -07:00
David Fowler defbadb26b
Various timer cleanup (#3129)
This change does 2 things:
- It disables the websocket keep alive since SignalR has its own bidirectional pings. This should remove a significant timer overhead per WebSocket connection that we end up with today. We have a single timer that sends to all connection on an interval.
- Don't pass the CancellationToken to ReadAsync in the handshake since the Pipe implementation holds onto the token for longer than it 
needs to which keeps Timer objects alive (see dotnet/corefx#32806)

I found this when reading the source code and looking at dumps of a couple of SignalR applications.
2018-10-13 11:43:20 -07:00
Mikael Mengistu 5551729797
Update Formatted Log Messages (#3124) 2018-10-13 11:11:13 -07:00
Mikael Mengistu facaa1387a
Logging with SLF4J (#3120) 2018-10-11 16:01:17 -07:00
Jonathan Giles fe82fd9682 Committing changes required to have SignalR depend on the centralized Microsoft BOM file for Java libraries (#3114) 2018-10-11 14:19:39 -07:00
dotnet-maestro-bot b6c7730248 Update dependencies.props (#3118)
[auto-updated: dependencies]
2018-10-11 13:26:05 -07:00
Mikael Mengistu e08774b6f0
[Java] Add ability to configure headers (#3090) 2018-10-11 11:52:10 -07:00
BrennanConroy 9049bf709c
[Java] Cleanup exceptions (#3110) 2018-10-10 16:59:29 -07:00
BrennanConroy 286e4bebf7
Add StackExchange.Redis 2.X.X package (#3089) 2018-10-10 16:40:27 -07:00
BrennanConroy 6861e89c8b
[Java] Fix incorrect visibility and some minor cleanup (#3112) 2018-10-10 16:31:14 -07:00
BrennanConroy 2ee351786f
[Java] Add pings and server timeout (#3027) 2018-10-10 13:49:22 -07:00
Mikael Mengistu be4fe6c6f9
Wait for handshake response in Java Client(#3068) 2018-10-10 12:03:26 -07:00
Mikael Mengistu 692185f7d2
Upgrade Java client to RTM versioning (#3104) 2018-10-10 09:58:25 -07:00
BrennanConroy cd33755bee
[Java] Make public API look like RxJava (#3103) 2018-10-10 08:50:41 -07:00
Mikael Mengistu b63c3816d5
Remove HttpConnectionOptions (#3101) 2018-10-09 14:28:46 -07:00
Mikael Mengistu f87d8b4aaf
Change Java client package name to com.microsoft.signalr (#3096) 2018-10-08 17:31:45 -07:00
Mikael Mengistu 7eb16afc9c
Java Client API Review pt2 (#3078) 2018-10-08 15:35:32 -07:00
Mikael Mengistu 813a9e68bc
Add Java Check (#3085) 2018-10-08 11:01:25 -07:00
Artur Dryomov 596f8acce1 Refine documentation formatting (#3080)
* Fix installation command formatting in the readme.

* Add more syntax highlighting to JS test docs.

* Add syntax highlighting to transport docs.
2018-10-07 17:27:46 -07:00
ASP.NET CI 55b9a53aa9 Update dependencies.props
[auto-updated: dependencies]
2018-10-07 19:32:54 +00:00
Mikael Mengistu d1829b2491
Transport stop triggers HubConnection stop (#3054) 2018-10-05 14:10:54 -07:00
Mikael Mengistu 7f6dd893dd
Make the ActionBase type internal (#3069) 2018-10-05 10:41:17 -07:00
BrennanConroy 2ccf79a912
[Java] Pass Url to transport start so we can reuse the transport (#3051) 2018-10-03 19:10:29 -07:00
BrennanConroy 420c1d507d
Skip flaky test (#3059) 2018-10-03 15:49:07 -07:00
BrennanConroy f02e13fa09 Fix rebase 2018-10-03 15:30:45 -07:00
BrennanConroy 3f6c5e3435
[Java] Check for 200 status code on negotiate (#3050) 2018-10-03 15:07:56 -07:00
Mikael Mengistu 1ccb889f9c
Functional Interfaces in the Java Client(#3047) 2018-10-03 14:36:12 -07:00
BrennanConroy 2e41a7063b
[Java] Add accessTokenProvider (#3046) 2018-10-03 14:14:14 -07:00
BrennanConroy 6f45d308ce
[Java] Some log cleanup (#3053) 2018-10-03 09:12:46 -07:00
BrennanConroy 3ae2814c27
Make Java client more reusable (#3029) 2018-10-02 14:08:36 -07:00
Mikael Mengistu 17e029f15d
[Java] Clean up WebSockets Transport (#3044) 2018-10-02 11:02:49 -07:00
Brian Chavez 78a0a68cd1 Typos/spelling errors in XML doc comments and source. #Hacktoberfest (#3039) 2018-10-01 14:41:05 -07:00
BrennanConroy 713e224591
[Java] Add HttpClient support for testing (#3011) 2018-10-01 14:07:38 -07:00
ASP.NET CI 7552aea9cb Update dependencies.props
[auto-updated: dependencies]
2018-09-30 12:31:29 -07:00
Nate McMaster 261f27eb55
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:16:37 -07:00
Mikael Mengistu 340c734dda
Remove old Websockets dependency (#3030) 2018-09-28 16:29:09 -07:00
Mikael Mengistu 2a1ba9e4ff
Change websockets library (#3012) 2018-09-28 14:20:58 -07:00
Nate McMaster 75ac1a60f7
Include .jar files in microbuild code signing 2018-09-28 11:22:16 -07:00
BrennanConroy 1f91b523f7
Add error to negotiate (#2998) 2018-09-27 20:27:06 -07:00
Eilon Lipton bdc2d9f697
Update LICENSE.txt 2018-09-27 15:23:23 -07:00
BrennanConroy 870efd5965
More robust plugin load (#3022) 2018-09-27 11:34:11 -07:00