Skip to content

v3.6.2

Compare
Choose a tag to compare
@2881099 2881099 released this 14 Apr 07:30
· 58 commits to master since this release
  • 修复 RedisFloat 科学数字 Parse 出错的 bug;#275 #226
  • 增加 asyncPipeline 参数开启异步方法自动管道功能;
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite;
  • 移除 writeBuffer 参数;
  • 移除 BufferedStream 改用原生 NetworkStream/SslStream;#287