NodePing

Results 2 comments of NodePing

Just getting started with getdns and I'm seeing the same thing. Only with DNSSEC enabled queries and only about 1/4 of the time do they segfault. I'm doing a query...

Looks like it assumes the socket still exists when in fact it was already destroyed. I changed line 166 to get past the errors for now. if (this._socket && this._socket.unref)...