aspnetcore/src
David Fowler 19b9dca268
Change IHubProtocol interface to support partial parsing (#1745)
- These are the finishing touches before we disable batching on the
C# client and on the server. We're changing the IHubProtocol interface to
modify the input buffer with what was consumed. We're also changing it
to parse a single message at a time to be match what output writing does.
- Added TryParseResponseMessage and made it look like TryParseRequestMessage
2018-03-28 12:08:16 -07:00
..
Common
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
Microsoft.AspNetCore.SignalR.Client.MsgPack
Microsoft.AspNetCore.SignalR.Common Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
Microsoft.AspNetCore.SignalR.Core Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
Microsoft.AspNetCore.SignalR.MsgPack
Microsoft.AspNetCore.SignalR.Protocols.MsgPack Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets.Abstractions
Microsoft.AspNetCore.Sockets.Client.Http
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http
Directory.Build.props