We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用 recorder 实例的 destroy 事件,会偶现 type 是 10 的 time 小于前面数据的 time。导致 player 播放的时候 packs 的 startTime 和 endTime 计算出问题,就无法播放了 [ ... { type: 6, data: { type: 4, id: 776 }, relatedId: 'A3RT2M66', time: 1629806666079 }, { type: 10, data: null, relatedId: 'A3RT2M66', time: 1629806657826 }]
The text was updated successfully, but these errors were encountered:
请使用新的 1.2.0-alpha.22 版本试一下
Sorry, something went wrong.
No branches or pull requests
调用 recorder 实例的 destroy 事件,会偶现 type 是 10 的 time 小于前面数据的 time。导致 player 播放的时候 packs 的 startTime 和 endTime 计算出问题,就无法播放了
[
...
{
type: 6,
data: {
type: 4,
id: 776
},
relatedId: 'A3RT2M66',
time: 1629806666079
},
{
type: 10,
data: null,
relatedId: 'A3RT2M66',
time: 1629806657826
}]
The text was updated successfully, but these errors were encountered: