-
Thanks for making this wonderful library, I cannot believe I almost went with Hypothetical scenario:
Is there any way to exclude himself from receiving the message? I'd rather not maintain my own topics and subscribers in Node land, that would probably be a lot worse than extra message operational and network overhead. It could add up a lot though if I used this pattern a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I agree this is an important feature. It is planned for next major version. Right now you cannot exclude the sender. |
Beta Was this translation helpful? Give feedback.
-
Would sending a nonce to the server, and then back again work for you? If the message is equal to the current nonce on the client, then the message is discarded. |
Beta Was this translation helpful? Give feedback.
I agree this is an important feature. It is planned for next major version. Right now you cannot exclude the sender.