Commit Graph

5 Commits (e5c703659d593bf6242da92d6f5236ffa9fa5a7c)

Author SHA1 Message Date
Brennan 6ffed01e01
Fix streaming wording and example (#19984) 2020-09-24 09:58:54 -07:00
Andrew Stanton-Nurse 2e9086065e
[SignalR] Update to streaming sample (#16426)
* [SignalR] Update to streaming sample

Adds the EnumeratorCancellationAttribute to the sample to prevent warnings when users add CancellationTokens. It also allows the server-side code to use `await foreach` with cancellation (i.e. in unit tests).

Fixes #16202

* feedback
2020-01-30 14:24:44 -08:00
Stephen Halter 9495d71b15 Fix SignalR 3.0 Streaming Sample (#14426)
This sample doesn't have any controllers.
2019-09-19 14:29:13 -10:00
Stephen Halter 1e93eb75f8
Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
BrennanConroy 9a18b26dc6 SignalR Client to server streaming (#11126)
* stream

* fixup

* order

* try xref

* try again

* xref again

* fb

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* xref

* wrong xref

* hyphen

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* svg

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* Edit pass

* fb

* cleanup

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-18 11:43:38 -05:00