-
Notifications
You must be signed in to change notification settings - Fork 25.2k
CancellationToken in ISingleClientProxy.InvokeAsync is not optional #27996
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
Comments
ClientProxyExtensions.InvokeAsync shows it's required on each overload. @wadepickett move these embedded snippets to projects. |
And don't use |
Related: #28459 : Use hubs in SignalR: Move all code examples to app project vers 7.0 Related discussion I need to remember to review on dotnet/aspnetcore (development) 11542 |
Related to PR #dotnet/AspNetCore.Docs.Samples/pull/138, which is where I got stuck and this unfortunately sat for so long since I was having trouble getting a workable app sample together due to lack of experience with it. I will get back to it. |
Uh oh!
There was an error while loading. Please reload this page.
the
CancellationToken
parameter inInvokeAsync
function is optional in Client Result section of document.but it's not optional in real code
document :
please fix it
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Associated WorkItem - 65762
The text was updated successfully, but these errors were encountered: