Remove streaming transport as a top level API (#110)
- 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
显示
- samples/ChatSample/Hubs/Chat.cs 1 个添加, 1 个删除samples/ChatSample/Hubs/Chat.cs
- samples/SocialWeather/PersistentConnectionLifeTimeManager.cs 10 个添加, 6 个删除samples/SocialWeather/PersistentConnectionLifeTimeManager.cs
- samples/SocialWeather/SocialWeatherEndPoint.cs 9 个添加, 6 个删除samples/SocialWeather/SocialWeatherEndPoint.cs
- samples/SocketsSample/EndPoints/ChatEndPoint.cs 0 个添加, 67 个删除samples/SocketsSample/EndPoints/ChatEndPoint.cs
- samples/SocketsSample/EndPoints/MessagesEndPoint.cs 11 个添加, 11 个删除samples/SocketsSample/EndPoints/MessagesEndPoint.cs
- samples/SocketsSample/Startup.cs 1 个添加, 3 个删除samples/SocketsSample/Startup.cs
- samples/SocketsSample/wwwroot/index.html 1 个添加, 7 个删除samples/SocketsSample/wwwroot/index.html
- src/Microsoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs 17 个添加, 11 个删除...osoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs
- src/Microsoft.AspNetCore.SignalR/DefaultHubLifetimeManager.cs 17 个添加, 9 个删除...Microsoft.AspNetCore.SignalR/DefaultHubLifetimeManager.cs
- src/Microsoft.AspNetCore.SignalR/HubCallerContext.cs 2 个添加, 2 个删除src/Microsoft.AspNetCore.SignalR/HubCallerContext.cs
- src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs 36 个添加, 16 个删除src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs
- src/Microsoft.AspNetCore.SignalR/HubLifetimeManager.cs 4 个添加, 4 个删除src/Microsoft.AspNetCore.SignalR/HubLifetimeManager.cs
- src/Microsoft.AspNetCore.SignalR/Proxies.cs 2 个添加, 2 个删除src/Microsoft.AspNetCore.SignalR/Proxies.cs
- src/Microsoft.AspNetCore.Sockets/Connection.cs 8 个添加, 4 个删除src/Microsoft.AspNetCore.Sockets/Connection.cs
- src/Microsoft.AspNetCore.Sockets/ConnectionList.cs 8 个添加, 8 个删除src/Microsoft.AspNetCore.Sockets/ConnectionList.cs
- src/Microsoft.AspNetCore.Sockets/ConnectionManager.cs 18 个添加, 43 个删除src/Microsoft.AspNetCore.Sockets/ConnectionManager.cs
- src/Microsoft.AspNetCore.Sockets/ConnectionMode.cs 0 个添加, 11 个删除src/Microsoft.AspNetCore.Sockets/ConnectionMode.cs
- src/Microsoft.AspNetCore.Sockets/EndPoint.cs 0 个添加, 8 个删除src/Microsoft.AspNetCore.Sockets/EndPoint.cs
- src/Microsoft.AspNetCore.Sockets/HttpConnectionDispatcher.cs 27 个添加, 49 个删除src/Microsoft.AspNetCore.Sockets/HttpConnectionDispatcher.cs
- src/Microsoft.AspNetCore.Sockets/Internal/ChannelConnection.cs 0 个添加, 4 个删除...icrosoft.AspNetCore.Sockets/Internal/ChannelConnection.cs
想要评论请 注册 或 登录