I'm creating a new SignalR (.net core) backplane and I'm a little confused about the backplane's expected behavior.
- Send all: Is this restricted to all within a hub type or to all hubs of any type across the entire network?
- Send to Group: Simalar question. Should I only be sending to groups within a hub type? Or should I send a group message to all subscribers of a group by name - regardless of the source or destination hub type?
- Send to User: Also similar question. Should I send the message to all instances of the user, regardles of hub type? Or should I restrict sending to only same user instances of the source hub type?