Closed pfrazee closed 8 years ago
It looks like the id counter is overflowing 65535. I think this line is the culprit. It's meant to protect against the overflow, but it's checking this.id
instead of this._id
. I'll submit a PR after I finish a call.
Very nice find!! I fixed it in dns-socket 1.4.2 and force bumped the dependency here in 5.3.5
This exception occurred after I left Beaker open for a while, and was afk.