Commit Graph

221 Commits (9e0347edbcee968e3ebd969448e596b4713ca514)

Author SHA1 Message Date
Brady Gaster 08689d21c1 removed old xamarin warning (#12180) 2019-05-06 10:27:20 -05:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Nick Schonning 7e893bbede fix: MD023/heading-start-left/header-start-left (#12070) 2019-04-20 07:20:01 -05:00
Andrew Stanton-Nurse c1c467f25d Some clarifications to calling server methods in SignalR (#12015)
* Some clarifications to calling server methods in SignalR

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* Add clarifications to .net client doc as well

* Update date on .NET client doc

* Update date on JS client doc

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-04-18 15:10:27 -05: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
Luke Latham db626e148a
Update link (#12017) 2019-04-17 15:40:59 -05:00
Stephen Halter e642a2fc5d
Add auto reconnect section to SignalR JS client docs (#11951) 2019-04-16 18:35:17 -07:00
Luke Latham 5adf7a8dc5
.NET Standard phrasing and "or higher" updates (#11874) 2019-04-06 13:27:46 -05:00
Nick Schonning e7810f6b61 fix: Remove link locale from docs.microsoft.com (#11800) 2019-04-03 07:59:35 -07:00
Tom Dykstra e3e37685a1
Revert "fix: MD032/blanks-around-lists (#11784)" (#11811)
This reverts commit 370de65ccf.
2019-04-03 07:57:58 -07:00
Nick Schonning 370de65ccf fix: MD032/blanks-around-lists (#11784) 2019-04-02 11:44:31 -05:00
Nick Schonning d125525ff2 fix: MD038/no-space-in-code (#11583)
- Replace ` with %60 in xref links
- Remove spaces inside code span elements
2019-03-21 15:04:23 -05:00
Scott Addie ed28cd52d3
Fix Markdownlint errors (#11620) 2019-03-21 10:28:16 -05:00
Nick Schonning d6246ca38d fix: MD031/blanks-around-fences (#11605) 2019-03-20 10:32:05 -05:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Nick Schonning 32bf4679b3 fix: MD033/no-inline-html (#11586)
* fix: MD033/no-inline-html

Doesn't remove actual inline HTML, but escapes Generics and examples in braces

* Apply suggestions from code review

Co-Authored-By: nschonni <nschonni@gmail.com>
2019-03-19 13:17:14 -05:00
Anthony Chu 9645458c2a Add notes on using clients with Azure SignalR Service serverless mode (#11368)
* Add notes on using clients with Azure SignalR Service

* minor edits

* minor edits

* minor edits

* update link

* update link
2019-03-14 09:52:00 -05:00
Luke Latham a2781dbb8b Link updates (#11305)
Fixes #5735 

According to 👽 ([Xenu Link Sleuth](http://home.snafu.de/tilman/xenulink.html)), we're doing good 🖖.

They suggest the link updates on this PR.
2019-03-06 11:49:03 -10:00
Andrew Stanton-Nurse 1fd1d3af01
Add section on SignalR MessagePack "known issues" (#11170)
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
2019-03-05 08:44:41 -08:00
Andrew Stanton-Nurse 6ca5434b70
fix #11171 by adding SignalR Diagnostics doc (#11173) 2019-03-05 08:44:10 -08:00
Mikael Mengistu b809c55ea8
Java server to client streaming (#11227) 2019-03-01 12:03:37 -08:00
Mikael Mengistu 853630341c
Update config doc with Java client (#11143) 2019-03-01 10:13:52 -08:00
Tom Dykstra 6013e138a5
Update aspnetcore/signalr/messagepackhubprotocol.md
Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-02-27 14:54:10 -08:00
Andrew Stanton-Nurse 4ed30a75fd pr feedback 2019-02-27 11:51:31 -08:00
Scott Addie cf415693ec
Applying auto-applyable suggestions
Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-02-27 11:45:39 -08:00
Stephen Halter 349296d194
Add async iterator sample to the SignalR streaming doc (#11140) 2019-02-27 10:56:49 -08:00
Andrew Stanton-Nurse aa12922efa
Add section on SignalR MessagePack "known issues"
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
2019-02-27 10:17:24 -08:00
Kirk Larkin 50e7b363c4 Include call to start() in SignalR JavaScript connection example. (#11112) 2019-02-26 11:42:08 -10:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08:00
Brady Gaster afba5b687c added advanced http options to differentiate from maphub section (#10834)
* added advanced http configuration section (transports)

* updated date

* added intro text to the options' table

* Update aspnetcore/signalr/configuration.md

doh!

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* Update aspnetcore/signalr/configuration.md

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2019-02-07 13:06:42 -06:00
Scott Addie 04de9e4c53
Fix casing 2019-02-05 10:38:44 -06:00
Scott Addie e14036a271
Fix sample download link 2019-02-04 22:40:39 -06:00
Brady Gaster 3013cbe0f3 Create SignalR & BackgroundService article (#10756)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits

* added (and tested) claimtypes.email-supporting identity approach

* referencing code in sample instead of hard-typed

* fixed a dumb thing

* implemented all changes suggested by @tdykstra

* fixed suggestions from @scottaddie

* initial stab at the backgroundsevice article

* added actual text to the article summarizing and explaining the code

* fixed code comments

* fixed link

* fixed wording on startup

* Apply suggestions from code review

thanks for the great review, @scottaddie. way better now.

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* implemented changes suggested by @davidfowl

* fixed misunderstood comment by @davidfowl

* implemented suggestions from @tdykstra and @davidfowl

* changes suggested by @scottaddie

* fixed blockquote

* Minor tweaks to note

* escaping to get the <T> back

* fixed date
2019-02-04 19:45:38 -06:00
Brady Gaster e3c3b8d125 add claimtypes.email provider to auth sample & article (#10691)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits

* added (and tested) claimtypes.email-supporting identity approach

* referencing code in sample instead of hard-typed

* fixed a dumb thing

* implemented all changes suggested by @tdykstra

* fixed suggestions from @scottaddie

* updated metadata

* Update ms.date

* tweaks implemented per @BrennanConroy

* Update heading
2019-02-01 16:03:44 -06:00
Brady Gaster 546107f53b Added user code to sample (#10632)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits
2019-01-31 13:45:51 -06:00
Brady Gaster cb1b5d19da finished #6925 (#10611)
* finished #6925

* augmented per @BrennanConroy
2019-01-25 17:20:47 -06:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
Tom Dykstra d8c4bef788 Add note about IE support for arrow functions (#10433) 2019-01-16 08:09:30 -10:00
Tom Dykstra f4560d524c
Revise Redis vs Azure SignalR Service wording (#10256)
* Revise Redis vs Azure SignalR Service wording

* fix formatting
2019-01-08 05:46:41 -08:00
BrennanConroy 62fac14c2c Fix streaming usage pattern (#10167)
* Fix streaming usage pattern

* fb
2019-01-05 07:58:32 -10:00
Brady Gaster ee96fb5142 Add Java Client comment on version variance page (#9953)
* fixes #9952

* added asp.net signalr client to java page

* Update aspnetcore/signalr/version-differences.md

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2018-12-14 14:44:55 -06:00
Carl Walsh 6a877c5840 Update GitHub link (aspnet/signalr is archived) (#10010)
https://github.com/aspnet/signalr is archived
aspnet/AspNetCore/src/SignalR is the new home of development, so link to that instead
2018-12-14 09:25:22 -06:00
Tom Dykstra fa2ef21a1a
Add Additional resources section (#9966) 2018-12-11 10:24:20 -08:00
Tom Dykstra 08703f9ab1
Clarify Redis package vs SignalR version (#9929) 2018-12-11 09:22:15 -08:00
Mikael Mengistu 89a88dae9a
Update xml code snippet (#9857) 2018-12-07 15:26:08 -08:00
Brady Gaster 72f49379c6 fixes #9869 (#9870)
* fixes #9869

* removed one line from code sample
2018-12-06 14:49:21 -08:00
Mikael Mengistu eca65741e7 Update docs for release (#9817)
* Update docs for release

* pr feedback
2018-12-04 17:40:43 -06:00
Tom Dykstra 1ad5519250
Update SignalR tutorials to 2.2 (#9760) 2018-12-03 10:58:16 -08:00
Scott Addie 0a15afd746
Update master with release/2.2.0 branch (#9759)
* adding android notes (#9342)

fixes #9335 to add android developer section and add the notes.

* added .net client discussion (#9462)

* added more content around .NET client/Xamarin usage.

* fixes #9460

* made changes per @tdykstra and @scottaddie

* fixed iOS reference

* Minor edits
2018-11-30 13:08:46 -06:00