-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Use SignalR instead of client-side polling #322
Use SignalR instead of client-side polling #322
Conversation
Thanks for suggesting these changes, @IEvangelist! Do you have a sense of what impact these changes would have on all the written instructions for the various chapters under To merge the PR we'd need all the |
Oh wait, it looks like you're not aiming to merge into |
The idea was to have this be in its own branch, specific to |
Right yes, I just spotted that. If this doesn't affect |
Sounds good, I still value your thoughts on the changes though. Would love a formal review. |
Whilst I like any addition of SignalR and feel this does reflect a nice usage of "all our stuff" together, I'd question having forks in the docs unless you're thinking of eventually having something like a pivot in the doc. Options tend to confuse folks, so I want to make sure we're providing the RIGHT option. @SteveSandersonMS do you have any objection to the actual implementation @IEvangelist is going with here? Is it more a concern of the implication on the docs and other content pieces or, is this a detraction from The Blazor Way (TM) and if so, is there a compromise? |
@bradygaster We designed the My concern with including this in |
Hi again @SteveSandersonMS and @bradygaster, To be clear, I wasn't planning on targeting Does that sound good? |
@IEvangelist Using a separate branch is fine with me, like mentioned before. |
@SteveSandersonMS - Perfect, just need an approval to merge. Thanks |
Note
This pull request is targeting a newly created
signalr
branch, that I plan on using for a new SignalR Learn module.Summary of proposed changes in this PR:
.Count
property rather than function.Count()
.OrderDetails
component (remove the use@code { ... }
directive)HubConnection
.Marker
by inheritingPoint
.Program
and useasync
initialization routine.Intended code for new Microsoft Learn module, also relates to dotnet/AspNetCore.Docs#23357
/cc @bradygaster @danroth27 @SteveSandersonMS