You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError Cannot read properties of null (reading 'removeListener')
at Client._close(/app/node_modules/hot-shots/lib/statsd.js:453:16)
this.socket.removeListener('error', this.errorHandler);
at Timeout.<anonymous>(/app/node_modules/hot-shots/lib/statsd.js:419:13)
this._close(callback);
at listOnTimeout(node:internal/timers:569:16)
at process.processTimers(node:internal/timers:512:6)
Is it possible we're missing any implementation detail?
It'd be really helpful if the changelog for this package is made available.
Client closing function failing when errorHandler is defined, but socket is null, e.g. uds transport failed to create for some reason.
https://github.com/brightcove/hot-shots/blob/master/lib/statsd.js#L452
The text was updated successfully, but these errors were encountered: