aspnetcore/test/Microsoft.AspNetCore.Signal...
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
..
HubEndpointTestUtils Return stream method error to client (#1331) 2018-01-24 09:08:27 -08:00
Internal Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs Dynamic Hub Work Part 1 (#636) 2017-07-05 22:55:16 -07:00
DefaultHubLifetimeManagerTests.cs Rename InvokeAsync to SendAsync on the server (#1312) 2018-01-19 11:32:50 -08:00
DefaultTransportFactoryTests.cs Implement #1156 by having the server send Ping messages (#1161) 2017-12-04 14:43:27 -08:00
EchoEndPoint.cs Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
EndToEndTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HubEndpointTests.cs Initial changes to move to pipelines (#1424) 2018-02-09 17:45:21 -08:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Makes MapHub and MapEndpoint consistent with other ASP.NET Core APIs using PathString. #1188 2017-12-13 09:14:36 -08:00
Microsoft.AspNetCore.SignalR.Tests.csproj Return stream method error to client (#1331) 2018-01-24 09:08:27 -08:00
Startup.cs Increase ServerFixture startup timeout (#1409) 2018-02-06 08:41:16 -08:00
UncreatableHub.cs
WebSocketsTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00