Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object #<CleartextStream> has no method 'unref' #18

Open
jfstgermain opened this issue Jun 17, 2015 · 0 comments
Open

Object #<CleartextStream> has no method 'unref' #18

jfstgermain opened this issue Jun 17, 2015 · 0 comments

Comments

@jfstgermain
Copy link

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...

I just created a PR regarding this #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant