,目前测试使用正常,但是会有一个问题,就是经常会出现狂刷报错的日志
01:57:49.721 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.744 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.769 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.794 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.819 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.844 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.869 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.894 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.918 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.944 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.968 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:49.993 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
01:57:50.019 Error: [JS Framework] Failed to receiveTasks, instance (1) is not available.
希望能帮忙看下
2 个回复
l***@126.com
是的,疯狂刷错但愿作者来处理下
2***@qq.com - 我就是我
这个错误 主要是 uniapp调用原生插件 过程中使用到定时器之类的,边改便调试的情况,一般正常发布了之后也不会存在边改代码边自定刷新调试。不影响功能,百度一大堆这个问题其实
还有就是 原生插件多次实例化 或者实例化代码位置不当引入时机,类似这个链接的问题https://blog.csdn.net/anyRTC/article/details/120055872