Skip to content

this.domain causes failure since node 0.8.8 uses a domain field on EventEmitter #24

Description

@richtera

Seems that event emitters in node 0.8.8 have a domain member that conflicts with your usage of domain. There is a problem in events.js at line:

events.js:80
this.domain.enter();
^
TypeError: Object has no method 'enter'

where is the local hostname of my machine.
I see in your code you're defining the domain to be either the passed in domain value or OS.hostname().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions