``` javascript driver(bus) .in(Message(), new EventEmitter()) .done(function (err, msg) { if (err) throw err; }); ``` Where the `new EventEmitter()` is the _socket_
Where the
new EventEmitter()is the socket