axon icon indicating copy to clipboard operation
axon copied to clipboard

message-oriented socket library for node.js heavily inspired by zeromq

Results 39 axon issues
Sort by recently updated
recently updated
newest added

retry to connect port is not ~'unix://'

sometimes the socket gets hung up , restarting the client does not help because the new client will create a new socket connection, we need ability to force close the...

- reconnect now works properly with unixsockets - the callback function passed to `socket.listen()` will return the `EADDRINUSE` if the attempt to connect does _not_ result in `ECONNREFUSED` - provide...

I would like to use axon in a configuration where everyone is a publisher as well as a subscriber (So everyone can message everyone, no round robin, no guaranteed delivery)....

if round-robin cursor achieves 9007199254740992 (2^53), n++ will not change anymore.

I was trying to execute http/app by itself because I didn’t understand how to run the example. So I added comments to app.js with a little direction on how to...

Sometimes auto-reconnection is not desirable, so we need a way to disable it.

Fixes #124 provided we can make the tests work. > Alright, so I can make the tests fail by adding `push.send(undefined);` to line 16 of `test.arg-types.js`, simply because it causes...

While I love the idea of a pure-Node alternative to ZeroMQ and the like, there are a number of areas that need some improvement before it can replace it for...

Hello, Could it be possible to the sock.send() function to return the size of the (AMP) buffer that has been sent. This way, we could handle bandwith for the communication.