Skip to content
代码片段 群组 项目
  • David Fowler's avatar
    cd9ed922
    Remove streaming transport as a top level API (#110) · cd9ed922
    David Fowler 创作于
    - 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
    cd9ed922
    历史
    Remove streaming transport as a top level API (#110)
    David Fowler 创作于
    - 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