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

Hi, I tried the code sample in the README for `pub/sub` sockets and got the `EADDRNOTAVAIL` error. Any Idea why this is happening? I am using a windows 7 64...

Hello, With the current API pullers pull without limit, I mean you can't control the pull process, the data is just accepted and flows in. Without this control is very...

Without the callback, I can't know when to reuse the ressources I used for calling a send. If i send a Buffer, I can't reuse it, I have to recreate...

I have a few relatively high load errors where I get the following errors: ``` undefined:1 8´┐¢´┐¢U´┐¢´┐¢ ^ SyntaxError: Unexpected token ´┐¢ at Object.parse (native) at unpack (E:\iris\node_modules\axon\node_modules\amp-message\index.js:139:32) at decode...

the dreaded reconnect race

might as well https://github.com/segmentio/backo

enhancement

The sub-emitter socket never fires the 'connect' event, a simple switch to sub corrects the issue. Have not tried with other events.

in pub/sub pattern if I want set max connections number... there is no method to refuse connction...

enhancement

seems like our behaviour right now is to wait for that socket to establish a connection, which may or may not ever happen, but if other peers are connected we...

enhancement

(atop?) would be awesome to get some insight into how messages are routed around, queue sizes etc. preferably this could be done with some sort of logging so that the...