const uniPush = uniCloud.getPushManager({appId})
const pushRes = await uniPush.sendMessage(data )
2***@qq.com
- 发布:2026-03-02 11:05
- 更新:2026-03-02 11:05
- 阅读:13
产品分类: uniCloud/App
示例代码:
操作步骤:
发送时候偶现operation exceeded time limit,集合opendb-tempdata操作超时
发送时候偶现operation exceeded time limit,集合opendb-tempdata操作超时
预期结果:
不要报错
不要报错
实际结果:
报错并超时
报错并超时
bug描述:
我就调用了 这2个方法
const uniPush = uniCloud.getPushManager({appId})
const pushRes = await uniPush.sendMessage(data )
偶现的出现
operation exceeded time limit,集合opendb-tempdata操作超时
opendb-tempdata索引加了也会出现
0 个回复