- Remove Streaming* classes from Sockets. The main API will be channels based and streaming transports will use the PipelineChannel (formerly FramingChannel) to access messages. - Added WriteAsync and ReadAsync to Connection and hid the IChannelConnection from public API. - Also fixed the fact that unknown methods caused server side exceptions. - Changed the consumption pattern to WaitToReadAsync/TryRead to avoid exceptions. - React to API changes |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.SignalR.Client.FunctionalTests | ||
| Microsoft.AspNetCore.SignalR.Test.Server | ||
| Microsoft.AspNetCore.SignalR.Tests | ||
| Microsoft.AspNetCore.Sockets.Client.Tests | ||
| Microsoft.AspNetCore.Sockets.Tests | ||
| Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest | ||
| Microsoft.Extensions.WebSockets.Internal.Tests | ||
| WebSocketsTestApp | ||