-
Notifications
You must be signed in to change notification settings - Fork 57
exclude_me flag not working as per default #77
Comments
This needs a bit more background info. Are you using jawampa client or server? And with which peer are you testing? From a short look at the code I don't see an issue: |
@Matthias247 I'm using:
With the latest Crossbar server. The client is subscribed to a specific event and when it publishes a message to it the sender still receives the message as if the dontExcludeMe flag was set to true. |
If this is the case then it is a Crossbar issue. Oh, and jawampa 0.4.1. is the current version. |
@Matthias247 Yes I do have multiple clients that are subscribed to the same topic and all of them are supposed to receive the publication right. I'm just talking about the same client which publishes the message. I will look even more deeper into it and update this thread as soon as possible. For now I suggest keeping it open in case someone has the same issue. |
Publisher still gets the message without adding the flag "dontExcludeMe" to override the default true exclude_me flag
The text was updated successfully, but these errors were encountered: