Debug on drop

This commit is contained in:
Neale Pickett 2022-04-24 19:58:24 -06:00
parent cf9c023520
commit 1ac866511a
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ class VailClient {
if (duration > 0) {
if (when < now) {
console.warn("Too old", when, duration)
this.error("Packet requested playback " + (now - when) + "ms in the past. Increase receive delay!")
return
}