* Replace all hardcoded status codes with System.Net.HttpStatusCode
* Replace all StatusCodes references to HttpStatusCode
Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>
* Add docs for MessagePack
* Triple up
* Update messagepackhubprotocol.md
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Feedback 1
* More feedback
* Move TypeReference info to Java-client.md
* Update aspnetcore/signalr/java-client.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Feedback
* Update aspnetcore/signalr/java-client.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
* 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>
* 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>
* 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>