deb
This commit is contained in:
parent
21d6ed1966
commit
02a522a188
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ export default class webRTC {
|
|||
return
|
||||
}
|
||||
const res = await this.storage.metricsEventStorage.LoadRawMetricsFile(j.app_id, j.metrics_name, j.page)
|
||||
const id = j.request_id || Math.floor(Math.random() * 2_000_000_000)
|
||||
const id = j.request_id || Math.floor(Math.random() * 100_000_000)
|
||||
console.log("processing req:", j, "id:", id)
|
||||
let i = 0
|
||||
const packets: Buffer[] = []
|
||||
while (i < res.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue