Closed SkeLLLa closed 8 years ago
Hi, this seems related to https://github.com/senecajs/seneca-redis-pubsub-transport/issues/34
Please follow up in there (and feel free to reopen it if the answer does not work for you!)
@dgonzalez, ok. I've already write simple pubsub seneca plugin (whithout any transport logic) :).
BTW it will be great if this plugin used psubscribe
instead of subscribe
to handle wildcard subscriptions.
Example:
This one is not working. Message is never received. And handler never called.
But if I modify client's pin with any text:
The handler is called and response is sent, when it shouldn't.
Why pins should be different?