- From: Tony Herre via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Jun 2024 11:40:16 +0000
- To: public-webrtc-logs@w3.org
Ah, right, customPacer makes things much clearer. We can enforce that sendTime etc is set if and only if customPacer is true. Nice. Re the promise, it might be the case that reading resolved promises is cheap enough that we don't need to worry. Their certainly cheaper than full Event handler invocations. UAs can do whatever batching underneath they want, apps can batch up their reads with things like Promises.all() etc. Needs some more investigation. -- GitHub Notification of comment by tonyherre Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/32#issuecomment-2144977233 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 3 June 2024 11:40:17 UTC