You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Messaging documentation: "From anywhere in your app" does not adequately describe the limits of the messages' reach, or scope. I'm fairly sure that the scope of messages from one Publisher is limited to the one Client instance where the Publisher is running. But the phrase has been read as meaning across all instances, Server and Client alike, everywhere:
To me, "anywhere" seems overly broad, so it's probably a bug in the documentation. However, I have not used this sub-library, so I could be very wrong about the actual scope.
There's certainly room for debate about whether this qualifies as a literal bug. However, the ability to interpret "anywhere" in multiple ways is probably not a good thing. Surely, there are clear limits. Let's make them explicit.
Expected behavior
A clear and concise description of precisely how far a Publisher's messages will go.
Elimination of the overly-broad "anywhere" phrase, in favor of the above.