-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Project? #33
Comments
Using the client is quite straight forward and the best place to see samples is either at docs here doc sample and in one of our playgrounds https://github.com/sketch7/orleans-heroes/blob/master/heroes.client.ngx-app/src/app/areas/signalr/signalr.component.ts#L60 RE: We use this in production as well, however we use NOTE: The playground was very outdated, but yesterday we gave it some updates; however its far from complete. |
I was mostly trying to figure out how to use hub groups, and was thinking that stream may be one of those options (it was not). turns out, groups aren't anything at all, and require manual adding/removing -- so I'm doing this with additional I think some example projects of different minimalist usage scenarios could go a long way though :) |
Yes, you are right, streams are not intended for that purpose. In our playground we have a usage which is using groups.
However it might not be the most simplistic signalr sample since we are using it with orleans (serverside) |
Just wondering how to use each of the APIs (with backing C# code), in particular,
stream
on the connection atm. :)Thanks :)
The text was updated successfully, but these errors were encountered: