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
When I try to connect to a logstash server securely I get the following error:
TypeError: Object # has no method 'unref'
at LogstashStream.connect (/home/se/dev/building-insight/server-app/node_modules/bunyan-logstash-tcp/lib/logstash.js:136:15)
Perhaps your module isn't compatible with node 0.10.*?
CleartextStream isn't a net.Socket wrapper like tls.TLSSocket is in 0.12 thus doesn't have the unref() function defined...
When I try to connect to a logstash server securely I get the following error:
Perhaps your module isn't compatible with node 0.10.*?
CleartextStream isn't a net.Socket wrapper like tls.TLSSocket is in 0.12 thus doesn't have the unref() function defined...
I just created a PR regarding this #19
The text was updated successfully, but these errors were encountered: