mirror of https://github.com/nealey/vail.git
Debug on drop
This commit is contained in:
parent
cf9c023520
commit
1ac866511a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue