Commit Graph

864 Commits

Author SHA1 Message Date
Pranav K 50a095ba0f Merge branch 'release/2.1' into dev 2018-01-23 15:51:21 -08:00
Pranav K b478f45c6a Branching for 2.1.0-preview1 2018-01-23 15:33:03 -08:00
BrennanConroy b088eaa91f
Rename JwtBearer to AccessToken in C# Client (#1333) 2018-01-22 16:05:51 -08:00
BrennanConroy a449345436
Clean up logging (#1308) 2018-01-22 09:37:53 -08:00
Andrew Stanton-Nurse 0579f40a7d
Major TypeScript module refactoring (#1319)
* Build cjs, esm and umd versions
* Split MsgPack into separate module
* Split package.jsons up so they can stay clean
* Move common dev dependencies to a root package.json
2018-01-19 14:26:31 -08:00
BrennanConroy 87288822a3
Fix infinite loop in sample (#1324) 2018-01-19 13:02:47 -08:00
BrennanConroy d38764a8f0
Rename InvokeAsync to SendAsync on the server (#1312) 2018-01-19 11:32:50 -08:00
BrennanConroy dfe0697f06
EventId starts at 1 for logging (#1318) 2018-01-18 16:11:43 -08:00
Pawel Kadluczka 68aa609650 Setting ContentType in the HTTP responses (#1149)
* Also making auth test work in IE
2018-01-16 11:28:20 -08:00
BrennanConroy a862959566
Support stream cancellation on TS client (#1275) 2018-01-12 10:10:51 -08:00
Andrew Stanton-Nurse 7c635fae56
remove System.IO.Pipelines.Extensions dependency and internalize code (#1288) 2018-01-11 14:10:29 -08:00
Josh Williams 0311f9b415 Throw InvalidDataException instead of FormatException in NegotationProtocol (#1246)
* Throw InvalidDataException instead of FormatException in NegotationProtocol
 - Modify NegotiationProtocol to throw InvalidDataException
 - Update NegotiationProtocolTests expectations
 - Remove test case for InlineData "Missing required property 'protocol'"
 - Update JsonHubProtocol & JsonUtils to throw InvalidDataException
 - Update corresponding test expectations
 - Add back removed test

Addresses #1203
2018-01-11 13:23:30 -08:00
Mikael Mengistu e3679cb3c1
SocketsSample Send to Connection (#1285) 2018-01-11 11:34:02 -08:00
Andrew Stanton-Nurse a9d643a93e
remove dependency on system.buffers.primitives (#1287) 2018-01-11 11:28:08 -08:00
Andrew Stanton-Nurse 144984e599
Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
Mikael Mengistu 50fe88195e
Updating SocketsSample with new IHubClients and IHubCallerClients APIs (#1282) 2018-01-10 12:30:25 -08:00
Mikael Mengistu 89b532c985
Invoke Users (#1257) 2018-01-08 17:58:42 -08:00
ASP.NET CI a6f30623d8 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 15:37:21 -08:00
Mikael Mengistu 8b34b7f2ae
Invoke Multiple Groups (#1254) 2018-01-05 13:57:19 -08:00
Mikael Mengistu e1f9a65083
MultipleClients -> Clients (#1269) 2018-01-05 12:07:26 -08:00
Pavel Krymets 7ab7e83988 Update Kestrel dependency 2018-01-04 15:57:23 -08:00
Pavel Krymets 8a4adf1cb6
React to pipeline changes (#1250)
React to pipeline changes
2018-01-04 09:56:39 -08:00
BrennanConroy 0eca36ed26
Fix ChatSample to send array correctly (#1261) 2018-01-03 14:18:48 -08:00
BrennanConroy d5d159eb5f
Lock around heartbeat handler (#1264) 2018-01-03 12:29:25 -08:00
Mikael Mengistu 6baee8b7a9
Refactor HubContext to not Implement IHubClients (#1262) 2018-01-02 17:26:10 -08:00
Andrew Stanton-Nurse 44052ffcf6
Refactor HttpClient and use it in LongPollingTransport (#1243) 2018-01-02 16:49:02 -08:00
ASP.NET CI 9a128b42ef Update dependencies.props
[auto-updated: dependencies]
2017-12-31 22:04:08 +00:00
Pavel Krymets f08311f337
Use new common benchmark config (#1251) 2017-12-22 14:31:54 -08:00
Mikael Mengistu 738617266e
Invoke Multiple Connections (#1242) 2017-12-21 15:19:43 -08:00
Nate McMaster 69dc7a4b23 Revert package version to 1.0.0-preview1 and update build tools 2017-12-20 22:42:56 -08:00
Andrew Stanton-Nurse 1bd99f6b67
Initial typescript tidy up (#1239) 2017-12-20 15:59:44 -08:00
Mikael Mengistu ac236efdae
Refactoring HubEndpointTests (#1231) 2017-12-19 15:01:49 -08:00
Andrew Stanton-Nurse 3bb71255d4
clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
Andrew Stanton-Nurse 00a6dc983a
Fix #1170 by removing invocationId from non-blocking calls (#1218) 2017-12-19 10:40:58 -08:00
Mikael Mengistu c8bd72be36
Others in Group (#1230) 2017-12-18 15:27:56 -08:00
Matt Jeanes 1a842e92ec Fix dotnet myget npm registry link (#1223)
Fixes #1221
2017-12-18 08:18:52 -08:00
Mikael Mengistu eb2668e74e
AllExcept for Groups - GroupExcept (#1204) 2017-12-15 17:34:08 -08:00
Andrew Stanton-Nurse d2c1138429
fix #1171 by teaching HttpConnection to be restartable in TypeScript (#1211) 2017-12-14 14:59:45 -08:00
Geovanny Alzate Sandoval 31ef3c49df Makes MapHub and MapEndpoint consistent with other ASP.NET Core APIs using PathString. #1188 2017-12-13 09:14:36 -08:00
BrennanConroy 588d9cdb11
Use Utf8Parser instead of custom code (#1200) 2017-12-12 11:55:48 -08:00
Pawel Kadluczka 66ab939cff Making HttpConnection restartable (C#) (#1147)
🎉
2017-12-12 10:08:42 -08:00
Mikael Mengistu 75e102f97a
Support for Others and Caller Client Subsets(#1192) 2017-12-11 17:30:53 -08:00
BrennanConroy c0b9ae5e55
Update deps (#1201) 2017-12-11 11:36:12 -08:00
BrennanConroy de47a6f50e
Upgrade package references (#1195) 2017-12-11 09:02:24 -08:00
ASP.NET CI 4bf2b8f243 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 13:54:13 -08:00
BrennanConroy 7246e58189
Skip WebSockets on win7 and 2008 (#1194) 2017-12-08 10:07:49 -08:00
Andrew Stanton-Nurse a8330067c4
Implement #1157 by adding client timeout for C# client (#1165) 2017-12-07 14:54:41 -08:00
BrennanConroy 15c3bca8e6
Change log names in testing and assembly logs are from (#1182) 2017-12-05 17:05:22 -08:00
Andrew Stanton-Nurse 6e152e24e1
forgot a copyright header (#1183) 2017-12-05 16:51:24 -08:00
Andrew Stanton-Nurse f4bb309994
Implement #1162 by adding client timeout for JavaScript (#1163) 2017-12-05 10:50:22 -08:00