Open SunHowe opened 2 months ago
well what happens in the OnConnected method is that you are actually subscribing to a group named global and than you can broadcast to entire group, or to specific individual(s), so yes, you need use Group.AddAsync method.
what kind of subscribe/publish are you looking for ? Perhaps the technology you are looking for is
Can I only push messages from the server to a client in the following way? Is any way to push notification without
Group.AddAsync
?