Commit Graph

69 Commits (525450cac52374bb361d61d35f065d29ec3e7ed8)

Author SHA1 Message Date
Wade Pickett a44536f464
Reassign articles to wpickett (#32870)
* Reassign articles to wpickett for `ms.author` for active maintenance & monitoring health per management for total of 148 topics. Original `author` maintained.

* Fixing merge conflict: telemetry.md should remain tdykstra

* Correcting accidental author change and merge conflict

* Added a diagnostic article

* Removed 3 per review and added 3 to consider

* Reset 1 Tom already took, added a different topic instead

* fixed merge conflict topic taken by Tom already

* Added debug topic
2024-06-17 13:11:09 -07:00
Luke Latham 9e6ce75855
Code snippet updates (#31249) 2023-12-14 09:46:51 -05:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
pitulescubogdan 23cbdec753
Fix signalR reference links (#25214) 2022-03-06 09:00:12 -06:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 6e2e34fe10
Use consistent DOM IDs between inline snippets & sample (#25059) 2022-02-18 10:52:25 +00:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
Rick Anderson 040ef46ec4
.NET 6 SignalR JavaScript client /8 (#24680)
* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* work

* work

* work

* work

* work

* work

* work
2022-01-31 13:10:21 -10:00
haibo zhang 3111bcc4ef
Task#536167:[Refresh link]Replace bookmarks in repo. (#24741) 2022-01-26 07:55:46 -10:00
Rick Anderson ed73ce4491
moniker prep for SignalR Client JS (#24678) 2022-01-19 15:26:38 -10:00
GitHubPang f318d00a99
Fix typos (#23138) 2021-08-26 19:03:31 -05:00
Brennan 9e0afb99bb
Add section about browser tabs sleeping (#22773)
* Update javascript-client.md

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/signalr/javascript-client.md

* Apply suggestions from code review

* Update aspnetcore/signalr/javascript-client.md

* Update aspnetcore/signalr/javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Apply suggestions from code review

* Update aspnetcore/signalr/javascript-client.md

* Update aspnetcore/signalr/javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-07-28 13:37:42 -07:00
Fiyaz Bin Hasan 0986702177
cutoff snippets fixed (#22826) 2021-07-23 06:52:47 -07:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Brennan 137007a416
Update javascript-client.md (#20344)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 11:53:25 -05:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Dina Berry bc129865af
JS Dev Center - bulk metadata change (#20300) 2020-10-26 15:47:50 -10:00
Brennan 0622882e3d
Add troubleshooting page for SignalR (#20125)
* Add troubleshooting page for SignalR

* header

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* some fb

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* fb

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-21 13:46:46 -10:00
FredHan001 0222f650e0
new topic about troubleshooting (#20056)
* now topic about troubleshooting 

According to [this github issue](https://github.com/dotnet/AspNetCore.Docs/issues/19570), I'd like to submit this troubleshooting guidance for common Signalr WebSocket handshake issues.

* Update javascript-client.md

* Update javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-30 14:54:36 -10:00
Kirk Larkin 59f3372752
Update SignalR JavaScript Client to 3.1 (#19752)
* Update SignalR JavaScript Client to 3.1

* Full-topic monikers for "< aspnetcore-3.0"

* Full-topic monikers for ">= aspnetcore-3.0" (1 of 2)

* Full-topic monikers for ">= aspnetcore-3.0" (2 of 2)

* dotnet new webapp --no-https

* Cleanup and simplification of templated code/files

* SignalR Hub, CORS, and CDN + snippets

* UI + ES2015

* A few tweaks

* A few more updates

* Update javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-18 07:53:01 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Luke Latham d39b3cd5af
SignalR service mode guidance (#19444) 2020-08-17 12:35:38 -05:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham 63d40f5602
SignalR naming consistency (#18759) 2020-06-12 15:55:07 -05:00
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
Ben Randall d06487708d
Update javascript-client.md (#18348)
Fixing range for `Connect to a hub` section sample code.  

Current code shows this:
```js
const connection = new signalR.HubConnectionBuilder()
    .withUrl("/chatHub")
    .configureLogging(signalR.LogLevel.Information)
    .build();

start();

/* this is here to show an alternative to start, with a then
```

New should show this:
```js
const connection = new signalR.HubConnectionBuilder()
    .withUrl("/chatHub")
    .configureLogging(signalR.LogLevel.Information)
    .build();

async function start() {
    try {
        await connection.start();
        console.log("connected");
    } catch (err) {
        console.log(err);
        setTimeout(() => start(), 5000);
    }
};

connection.onclose(async () => {
    await start();
});

// Start the connection.
start();

/* this is here to show an alternative to start, with a then
connection.start().then(() => console.log("connected"));
*/

/* this is here to show another alternative to start, with a catch
connection.start().catch(err => console.error(err));
*/
```
2020-05-18 10:46:25 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 49b6ddeb6a
Fix SignalR JS client error handling code snippet line numbers (#17834)
* Fix SignalR JS client error handling code snippet line numbers

* more edits

* Simplify
2020-04-15 14:38:23 -05:00
Scott Addie 607e415db2
Document non-npm approaches to installing SignalR JS client library (#17685)
* Document non-npm approaches to installing SignalR JS client library

* Add @aspnet CDN links

* Change dev langs

* Verbiage tweaks

* React to feedback
2020-04-09 12:39:41 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
uteschj f5ca489005 Add missing curly brace in code sample (#16166) 2019-12-12 14:11:08 -06:00
Luke Latham 483b8f01ac Apply no-loc metadata for "SignalR" (#15675) 2019-11-12 13:40:34 -06:00
Scott Addie 67099d87d2
Merge branch 'master' into release/3.0-preview7 2019-07-23 10:10:43 -05:00
Theano Petersen c969928dbe fix http to https (#13241) 2019-07-10 19:36:05 -07:00
Mikael Mengistu 3240a028ff Update @aspnet to @microsoft for 3.0 preview 7 SignalR npm package. (#13044)
* Update @aspnet to @microsoft for 3.0 preview 7 SignalR npm package.

* minor edits
2019-06-28 12:46:52 -05:00
Stephen Halter ae639a64f5 Formatting cleanup of kestrel.md and SignalR's javascript-client.md (#12952)
* Cleanup formatting in javascript-client.md

* Cleanup formatting in kestrel.md
2019-06-19 14:55:10 -05:00
Stephen Halter ce98114704
Update javascript-client.md to reflect IRetryPolicy changes (#12875) 2019-06-14 14:18:54 -07:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10: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
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
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
Kirk Larkin 50e7b363c4 Include call to start() in SignalR JavaScript connection example. (#11112) 2019-02-26 11:42:08 -10:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00