aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler d6f5e16f38 Support non blocking send on client (#603)
* Added support for non blocking sends on HubConnection
- Renamed Invoke to InvokeAsync
- Add support for non blocking send to TS client
- Add tests to make sure that non blocking sends don't send responses
2017-06-28 21:00:13 -07:00
..
Formatters Remove dependencies on a bunch of corefxlab things (#576) 2017-06-22 09:23:52 -07:00
Internal MsgPack end-to-end 2017-06-27 18:40:55 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs Use Channel<byte[]> as the abstraction (#579) 2017-06-23 09:52:35 -07:00
EndToEndTests.cs Changed the handlers to be Func<object[], Task> (#578) 2017-06-27 10:14:58 -07:00
ForwardingLoggerProvider.cs
HubEndpointTests.cs Support non blocking send on client (#603) 2017-06-28 21:00:13 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Add authorization per hub method (#577) 2017-06-23 10:22:05 -07:00
Microsoft.AspNetCore.SignalR.Tests.csproj Remove dependencies on a bunch of corefxlab things (#576) 2017-06-22 09:23:52 -07:00
ServerFixture.cs
TestClient.cs Support non blocking send on client (#603) 2017-06-28 21:00:13 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs