Skip to content

Ver.1.1.0

Latest
Compare
Choose a tag to compare
@Giresharu Giresharu released this 14 Oct 16:21
· 1 commit to master since this release
d8a93f5

特性

  • 各个异步读取功能增加超时功能;
  • 各个异步读取功能增加回调功能,分为超时回调、取消回调以及失败回调;
  • 各个同步读取功能增加失败回调功能;
  • 增加读取成功、超时、取消、失败的 Debug.Log 提示,并提供关闭提示或修改提示等级的设置。

已知Bug

  • 超时的精确性有一点问题,取消读取会比预想要晚一些。