Garrett Johnson

Results 22 comments of Garrett Johnson

Yeah, they are not horrible but I feel like the whole unlinking and what not will stir up all kinds of non-issues that will still need to be looked into.

Since were trimming down for 2.0, we should back out unix sockets there probably. Thoughts?

Oh this stupid one? https://travis-ci.org/visionmedia/axon/jobs/21782868

sub-emitter and pub-emitter don't inherit pub/sub's prototype, so those events aren't being emitted. We could easily proxy them all out.... one day. :-)

TODO: add `.set('max connections', Number).

Interesting request today at work, wanted to jot it down before I forget... Wanted a nice way to know how many peers where listening to a given topic in pub/sub,...

Yeah... I am assuming you are referring actually handling pause() and resume(), etc. instead of just checking if sock.writable. I would only imagine we'd have to go removeListener 7 ways...

Probably not, @visionmedia can correct me but exposing the stream (for the use of composing new streams) wouldn't really mesh well with the protocol, really even with the messaging paradigm...

Yeah, I assumed @juliangruber meant add one to the api. Like mongoose or something, ala: ``` javascript subSocket.stream().pipe(whatever); ``` Right?

This made my night! lol But yeah, probably best to run it in some type of coffeescript VM or something before the merge, this VM could do all the optimizations...