Skip to content

2.4.0: Merge pull request #278 from onerain88/240

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 07:50
· 3 commits to master since this release
dd498dd

Features

  • 云存储: 请求默认超时时间调整为 20s,并支持 LCApplication.RequestTimeout 修改
  • 即时通讯: 支持 LCRealtime.Pause 和 LCRealtime.Resume 幂等调用
  • 即时通讯: 调整断线中未处理请求以 OperationCancelException 返回

Bug Fixes

  • 即时通讯: 重构连接层,避免断线重连过程中再次触发断线重连的问题