Commit Graph

8 Commits (b0e9ee31c5cb8abcca573994448ab828ebf84cc8)

Author SHA1 Message Date
Andrew Stanton-Nurse 10f4d96f93 Fix sample snippet by adding async (#8480)
Noticed that this sample snippet doesn't have the `async` keyword or return a task in the middleware func, so it won't compile as-is. Added `async` since it's the easiest way to do this.
2018-09-10 12:22:25 -05:00
David Fowler dd507467f9
Fixed code sample (#8475)
Fixed code to retrieve the IHubContext from middleware
2018-09-10 07:28:11 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Scott Addie c82465de93
Update metadata for SignalR docs (#7118)
Addresses #6541 

Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie 0905e1799a
Add HubContext doc to SignalR ToC (#7112)
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu 9a02afc4b7 SignalR HubContext Doc (#7005)
* Starting SignalR HubContext doc

* +Sample +Edits

* some edits

* PR feedback

* edits

* + Table of Contents entry

* UE edit of SignalR HubContext doc (#7023)

* last couple pr comments

* IHubContext<T>

* PR comments

* edit

* updates

* pr comments

* pr comments

* Remove extra line
2018-06-18 10:56:40 -05:00