大大好,我的小程序使用了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() })
}
})