aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 42e2715a95 Removed EndOfMessage from Message (#513)
* Removed EndOfMessage from Message
- The webSockets transport no longer supports partial payloads so
this feature is now gone.
2017-06-03 08:32:28 -10:00
..
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs Closing transports with error if hubs cannot be created 2017-05-31 16:29:28 -07:00
ForwardingLoggerProvider.cs React to Logging in DI changes 2017-06-02 13:57:49 -07:00
HubEndpointTests.cs
MapSignalRTests.cs Discover hub methods at startup time (#503) 2017-06-01 09:47:39 -10:00
Microsoft.AspNetCore.SignalR.Tests.csproj
ServerFixture.cs React to Logging in DI changes 2017-06-02 13:57:49 -07:00
TestClient.cs Removed EndOfMessage from Message (#513) 2017-06-03 08:32:28 -10:00
UncreatableHub.cs Closing transports with error if hubs cannot be created 2017-05-31 16:29:28 -07:00
WebSocketsTransportTests.cs