Commit Graph

893 Commits

Author SHA1 Message Date
ASP.NET CI a4d49bfbf0 Update dependencies.props
[auto-updated: dependencies]
2018-02-03 03:04:23 +00:00
BrennanConroy 5ccc9e3a0e
Remove some test flakiness and add logging (#1402) 2018-02-02 15:04:48 -08:00
BrennanConroy 5ade419c53
Fix flaky test (#1397) 2018-02-01 15:13:40 -08:00
Andrew Stanton-Nurse b61dc35ee6
fix #1199 by suppressing ODE in received callback (#1395) 2018-02-01 15:08:52 -08:00
Andrew Stanton-Nurse f58ea8133b
fix #1387 by removing our hacky EventSource typings (#1393) 2018-02-01 14:13:08 -08:00
Ryan Brandenburg 9e03075f65 Skip Flaky tests 2018-02-01 11:59:36 -08:00
Andrew Stanton-Nurse 2d5ab4d741
Add note about using latest tsc version to README (#1390) 2018-02-01 08:25:24 -08:00
BrennanConroy 8cecca07a2
Fix race in Restart during Close task (#1263) 2018-01-31 15:51:33 -08:00
BrennanConroy 1f810fd535
Upgrading dependencies (#1383) 2018-01-31 13:54:40 -08:00
Pavel Krymets 9482b4976e Merget release/2.1 2018-01-30 09:48:13 -08:00
Andrew Stanton-Nurse f3e7b801bc
Clarify version alignment of client and server in README (#1371) 2018-01-30 08:49:03 -08:00
Mikael Mengistu e214d5cdfa Reduce LongPolling timeout to accommodate Cloudflare's timeout (#1368)
* Reduce LongPolling timeout to accommodate Cloudflare's timeout
2018-01-29 23:55:08 -08:00
Andrew Stanton-Nurse bc3e15380c
Fix typo in HubProtocol doc (#1367) 2018-01-29 16:15:21 -08:00
Pavel Krymets ac9db5dc7b
React to pipeline changes (#1365) 2018-01-29 14:36:03 -08:00
Andrew Stanton-Nurse 243025488a
Update README.md (#1364) 2018-01-29 13:09:14 -08:00
Andrew Stanton-Nurse 2625b389b8
fix #1155 by renaming signalRTokenHeader to access_token (#1343) (#1359) 2018-01-28 14:52:28 -08:00
Andrew Stanton-Nurse 6590992c96
fix #1155 by renaming signalRTokenHeader to access_token (#1343) 2018-01-26 09:16:57 -08:00
BrennanConroy 4203540cb0
Fix SocialWeather sample (#1313) 2018-01-25 21:15:38 -08:00
BrennanConroy 1cc4098d3a
Defensively stop redis container before starting (#1356) 2018-01-25 21:15:15 -08:00
Andrew Stanton-Nurse 33d391349a
Add some docs for using the packages from browsers (#1355) 2018-01-25 14:53:54 -08:00
BrennanConroy 95d8ec8fdc
Merge pull request #1353 from aspnet/release/2.1
Fix incorrect content-type (#1347)
2018-01-25 10:39:58 -08:00
BrennanConroy 96a3a03de8
Fix incorrect content-type (#1347) 2018-01-25 10:38:27 -08:00
Andrew Stanton-Nurse 4ac87794c3
Merge pull request #1352 from aspnet/release/2.1
Enable 'release/' branches on Travis and AppVeyor (#1349)
2018-01-25 10:18:43 -08:00
Andrew Stanton-Nurse 215123819a
Enable 'release/' branches on Travis and AppVeyor (#1349) 2018-01-25 10:18:03 -08:00
BrennanConroy acdd89cb1f
Merge pull request #1340 from aspnet/release/2.1
Return stream method error to client (#1331)
2018-01-24 09:09:34 -08:00
BrennanConroy 67c76287ed
Return stream method error to client (#1331)
* Return correct error to client from failing stream method
2018-01-24 09:08:27 -08:00
BrennanConroy 329957a553 Merge branch 'release/2.1' into dev 2018-01-23 20:01:44 -08:00
BrennanConroy dd7cfdc58d
Update README.md (#1337) 2018-01-23 20:00:34 -08:00
Mikael Mengistu 40e906f23a
Expose IHttpConnectionFeature properties (#1338) 2018-01-23 18:25:53 -08:00
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