David Fowler
6c22f25818
Client pipelines ( #1435 )
...
- Reworked the Client to be based on pipelines instead of Channels
- SendAsync no longer fails if the http request itself fails but the connection is closed as a result.
- Updated tests
- Base64Encoder needed to support multiple messages in the same span of data
2018-02-12 22:27:43 -08:00
ASP.NET CI
0159b53e5e
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-11 12:42:12 -08:00
David Fowler
75efe025c3
Skipping flaky tests
2018-02-10 22:17:07 -08:00
David Fowler
3934ffd5af
Cleanup some dead code ( #1434 )
...
- Rename SocketBuilder to ConnectionBuilder
- Removed ChannelReaderExtensions
2018-02-10 22:16:30 -08:00
BrennanConroy
9589775f3d
Run tests outside of xunit synccontext ( #1427 )
2018-02-10 20:58:27 -08:00
David Fowler
4c08acd8a4
Don't allocate all the memory up front when receiving incoming sends ( #1433 )
2018-02-10 20:52:00 -08:00
David Fowler
94155b0e89
Use protocol.abstractions primitives instead of socket abstractions ( #1432 )
2018-02-10 18:10:09 -08:00
David Fowler
01f4bf01cc
Disambiguate between protocol abstractions and sockets (this is temporary)
2018-02-10 13:59:46 -08:00
David Fowler
342c4c44f6
Change namespace to avoid conflict
2018-02-10 12:44:55 -08:00
David Fowler
3e568588d2
Revert "Use protocol.abstractions primitives instead of socket abstractions ( #1429 )" ( #1431 )
...
This reverts commit e3f197cef0 .
2018-02-10 11:30:41 -08:00
David Fowler
e3f197cef0
Use protocol.abstractions primitives instead of socket abstractions ( #1429 )
2018-02-10 10:45:07 -08:00
David Fowler
2ed78d5762
Don't expose Channel from HubConnectionContext ( #1428 )
...
- Change HubEndPoint to call WriteAsync
- Fixed assert for protocol reader writer
2018-02-09 22:00:28 -08:00
David Fowler
28439d1441
Initial changes to move to pipelines ( #1424 )
...
- Change the Sockets abstraction from Channel<byte[]> to pipelines.
#615
2018-02-09 17:45:21 -08:00
ASP.NET CI
f939a7cd53
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-09 12:01:38 -08:00
BrennanConroy
331bf3515d
Add TSLint rule file and fix all violations ( #1381 )
2018-02-07 15:26:13 -08:00
Andrew Stanton-Nurse
f08da32eb2
Move AppVeyor artifact publishing to on_finish to ensure it runs on failed builds too ( #1414 )
2018-02-07 10:08:59 -08:00
Andrew Stanton-Nurse
0435b6dc6e
add headers and revamp msgpack tests ( #1382 )
2018-02-07 09:36:29 -08:00
Nate McMaster
d619d41df0
Add ArtifactInfo into design-time build
2018-02-06 17:31:24 -08:00
Andrew Stanton-Nurse
4594ba2df2
Publish test logs to AppVeyor Artifacts ( #1411 )
2018-02-06 11:09:47 -08:00
Andrew Stanton-Nurse
57ce00d9ad
Fix conflicts / rebase ( #1412 )
2018-02-06 10:49:54 -08:00
Pawel Kadluczka
bfb86b71df
Fixing support for Protobuf in SocialWeather ( #1362 )
2018-02-06 10:49:37 -08:00
Mikael Mengistu
4f7b8f5cf3
Unskip Tests ( #1410 )
2018-02-06 09:40:57 -08:00
Andrew Stanton-Nurse
594f03e935
fix version in version.props ( #1398 )
2018-02-06 08:57:56 -08:00
Andrew Stanton-Nurse
a0c47c0c66
Increase ServerFixture startup timeout ( #1409 )
2018-02-06 08:41:16 -08:00
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