Commit Graph

2 Commits (525450cac52374bb361d61d35f065d29ec3e7ed8)

Author SHA1 Message Date
Jonathan Bout d943b22da0
Fix return type issues in "SignalR API design considerations" (#32492)
- A lot of functions were async and returned `Task` without awaiting anything
- Some functions had a void Task as return type but actually returned a value
2024-05-02 11:54:46 -10:00
Andrew Stanton-Nurse f4e90f4af7 fix #9405 by adding api design docs (#9455)
fixes #9405

add some API design docs. I decided some of the things in #9405 (HubMethodName, Typed clients, etc.) fit better in the Hub API doc so I'll submit a separate PR for those soon

I'm sure I messed up the code snippets somehow :). Will have to wait and see how the review copy turns out.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/api-design?view=aspnetcore-2.1&branch=pr-en-us-9455)
2018-11-12 15:16:31 -06:00