aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 0f4295f90e Make parsers stateless (#628)
* Make parsers stateless
- Changed parser input to ReadOnlySpan<byte> to ReadOnlyBuffer<byte>
2017-07-01 23:44:22 -07:00
..
Formatters Make parsers stateless (#628) 2017-07-01 23:44:22 -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 Make Client Side Event Handlers Async (#610) 2017-06-28 22:39:59 -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
ServerFixture.cs
TestClient.cs Remove Try from Write methods (#614) 2017-06-28 21:53:23 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs