Leon Pegg

Results 12 comments of Leon Pegg

Glad you agree on code documentation. I am happy to add jsdoc comments into the code.

@prdn This seems like a logical solution but not something that should be implemented in the Client/Broker/Worker core. We could maybe look at introducing a plugin system for extra features,...

@rbnacharya No currently there are only the error event fired. I have been looking at adding client/worker join to the broker as its something we require. There is nothing stopping...

@bmeck DNS-SD is also an option

@prdn Yes I think we should pass them in the client and worker I actually hard coded them in my testing, but we can make it configurable. I find passed...

Thats sounds good I'll polish off some code later today. We also need to discuss how to implement the zap proxy for zap over tcp etc..

Ok basic implementation of zmq-zap is available here. https://github.com/leonpegg/pigato/commit/585f7fc26bf7f95bef6bd9649b57834986a576a2 i have only done null and plain so far and there is almost no error checking. but there are examples under...

fixed examples to so now works https://github.com/leonpegg/pigato/commit/a945ada06d2dcd7fc556041170c9ad241cbe6044

I am for the bundling the source, and downloading on demand for avoid GPL issues. We use zeromq.node in a distributed system and the deploy systems vary, it would also...

Ok, I have started work on a commit regarding linking local version of libzmq downloaded and compiled for OS X (my default os)