tj / axon

message-oriented socket library for node.js heavily inspired by zeromq
MIT License
1.5k stars 155 forks source link

subscribers cannot send messages #144

Open Removed-5an opened 9 years ago

Removed-5an commented 9 years ago

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). I would use topics to distinguish relevant messages. How can I achieve this with axon? When I attempt to publish as a subscriber I receive the error message in the title of this issue.

Jonovono commented 8 years ago

@5an1ty did you ever find a solution? I would also be interested in this