senecajs / seneca-redis-pubsub-transport

Seneca micro-services message transport over Redis pubsub
MIT License
16 stars 20 forks source link

Extra topic parameter getting appended for listen topic or missing parameter on client topic? #20

Open jreeter opened 8 years ago

jreeter commented 8 years ago

A repo of the issue: https://github.com/jreeter/seneca-redis-test/blob/master/README.md

.listen seems to be adding .add parameters to the pin, even when pin is set in .listen? Please see above repo. Is this intended? This is causing the .listen to subscribe to a topic that does not match the client topic.

jreeter commented 8 years ago

@mihaidma can anyone confirm this behavior is an issue?

mcdonnelldean commented 8 years ago

@jreeter Could you submit a pull with this change? It looks like you are right. We are just tight on the ground for resourcing the change.

mcdonnelldean commented 8 years ago

Lol accidental close :D

jreeter commented 8 years ago

Apologies, I plan to hop back on this issue very soon. @mcdonnelldean

MHabashy10 commented 7 years ago

Hi everyone any updates? 🙂