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

Hey guys, i like what you have done in this project and i actively use it, but i would like to ask if it is still maintained or is it...

Hi I found this line in the code to modify the prototype of Socket. I understand this approach is deprecated and also discouraged. `Socket.prototype.__proto__ = Emitter.prototype;` https://github.com/tj/axon/blob/e70a1649c68868de167ec5e132c61dd8f52f7645/lib/sockets/sock.js#L60

Hello, Is it possbile to provide a cert, key and [ca] ( secureContext ) for the client / server ? Thanks

If we are in the process of closing, do not attempt a reconnect in setTimeout()

On linux, call to connect socket.connect("unix:///home/mypath") fails with ``` RangeError: "port" option should be >= 0 and < 65536: NaN at lookupAndConnect (net.js:970:13) at Socket.connect (net.js:945:5) at Socket.connect (net.js:904:37) at...

In `lib/sockets/sock.js`, line `385`, you handle the case of a pre-existing UNIX socket: you check if it's stale by connecting and if it is you delete it. However, in order...

Can you provide @ types/axon?

add ability to use `tls://` to use tls protocol

Hi, In `sock.js` https://github.com/tj/axon/blob/master/lib/sockets/sock.js#L368 , the `'error'` event of `this.server` is not handled then it's not possible to handle the `EADDRINUSE` error for example (when binding on a non-free port)....

Please update the package.json to include the current node.js versions