aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal/Protocol
David Fowler b8285b8356
Don't create the span on netstandard (#1721)
- Directly pin the char[]
- Changed Utf8BufferTextReader to use the Utf8Decoder
- It copies whatever it can into the char buffer allocated in a stateful way (it's more efficient).
- Added tests for unicode and ascii reading
- Added a thread static cache
2018-03-26 14:36:08 -07:00
..
CompositeTestBinder.cs Fix #924 by introducing HubDispatcher abstraction (#1479) 2018-02-22 20:59:34 -08:00
CustomObject.cs Fixing MsgPack serializing byte[] as string Part 1 2017-09-29 17:05:24 -07:00
HandshakeProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
HubMessageHelpers.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
JsonHubProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
MessagePackHelpers.cs add headers and revamp msgpack tests (#1382) 2018-02-07 09:36:29 -08:00
MessagePackHubProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
TestBinder.cs Fix #924 by introducing HubDispatcher abstraction (#1479) 2018-02-22 20:59:34 -08:00
TestHubMessageEqualityComparer.cs add headers and revamp msgpack tests (#1382) 2018-02-07 09:36:29 -08:00
Utf8BufferTextReaderTests.cs Don't create the span on netstandard (#1721) 2018-03-26 14:36:08 -07:00