Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Pass in a "socket" just like a "message" #3

Open
NathanGRomano opened this issue Jun 20, 2014 · 0 comments
Open

Pass in a "socket" just like a "message" #3

NathanGRomano opened this issue Jun 20, 2014 · 0 comments

Comments

@NathanGRomano
Copy link
Member

driver(bus)
  .in(Message(), new EventEmitter())
  .done(function (err, msg) {
    if (err) throw err;
  });

Where the new EventEmitter() is the socket

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

No branches or pull requests

1 participant