Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

warning: jitter buffer sees negative buffering, your code might be broken. #84

Closed bleachisback closed 8 years ago

bleachisback commented 8 years ago

This error is constantly spammed in my console after prolonged use with values that alternate randomly (usually 6 and sometimes 4). I narrowed down where the warning is being sent from, but since it's not an error and there is no stack trace, I can't tell where it's going wrong. I've tried debugging at each line where JitterBuffer is referenced, but those lines are called too often and the warning seems to come up sporadically.

Rantanen commented 8 years ago

Is this a new issue? If so, this might be a problem with #80.

Just in case: @Prior99

bleachisback commented 8 years ago

It has existed for the entire time I've used the library, but I only started using it a week ago. Also I haven't updated node-mumble, so that change doesn't exist.

bleachisback commented 8 years ago

Actually I updated and have been running it for a while now and it seems to have been fixed.

Prior99 commented 8 years ago

This is relates to an oudated version of node-jitterbuffer. I had a similiar problem months ago which was fixed in node-jitterbuffer.