收藏
回答

云开发使用watch监听,经常报异常?

大大好,我的小程序使用了watch监听函数,目前经常报错,报错概率非常高,影响了小程序用户的使用体验,麻烦给查一下一下吧

报异常时就是等待十多秒后报出异常。。。

我的APPID为:wxdaf4eb13f330c75b

异常截图:

代码片:

this.messageListener = await roomModel.model.doc(roomId).watch({
  onChange: handleWatch.bind(this),
  onError: e => {
    log.error(e)
    this.selectComponent('#errorMessage').show('服务器连接异常...', 2000, () => { router.reLaunch() })
  }
})


最后一次编辑于  2022-11-30
回答关注问题邀请回答
收藏
登录 后发表内容