Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUF port: SignalR: MessagePack Hub Protocol: Verify createConnection() code is still correct #33072

Closed
wadepickett opened this issue Jul 14, 2024 · 1 comment
Assignees
Labels
aspnet-core/svc aspnetcore-signalr/subsvc okr-health Content health internal initiative Pri1 High priority, do before Pri2 and Pri3 seQUESTered Identifies that an issue has been imported into Quest. SignalR Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

@wadepickett
Copy link
Contributor

wadepickett commented Jul 14, 2024

Description

This issue has been ported from the UUF feedback tool.

Customer verbatim from UUF:
createConnection() { return new signalR.HubConnectionBuilder() .withUrl(URL, { headers: { HG_Header: 'HG_AlphaOmega_1993' } }) .withHubProtocol(new MessagePackHubProtocol()) .withAutomaticReconnect() .build(); }
fix to this implementation

See all open issues for this doc

Note to assignee: While I am in this topic, verify if the topic ms.author should be wadepickett now. -wp

Page URL

https://learn.microsoft.com/en-us/aspnet/core/signalr/messagepackhubprotocol?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/signalr/messagepackhubprotocol.md

Document ID

3ac41883-3bc2-30ba-a47f-462196850c12

Article author

@bradygaster


Associated WorkItem - 291119

@wadepickett wadepickett added Source - Docs.ms Docs Customer feedback via GitHub Issue SignalR okr-health Content health internal initiative labels Jul 14, 2024
@wadepickett wadepickett self-assigned this Jul 14, 2024
@wadepickett wadepickett added Pri1 High priority, do before Pri2 and Pri3 and removed ⌚ Not Triaged labels Jul 14, 2024
@wadepickett wadepickett added the reQUEST Triggers an issue to be imported into Quest label Jul 29, 2024
@sequestor sequestor bot added seQUESTered Identifies that an issue has been imported into Quest. and removed reQUEST Triggers an issue to be imported into Quest labels Jul 30, 2024
@wadepickett
Copy link
Contributor Author

Reviewed all code samples currently in the topic. The customers code suggestion is not directly relatable to any code samples in this topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspnet-core/svc aspnetcore-signalr/subsvc okr-health Content health internal initiative Pri1 High priority, do before Pri2 and Pri3 seQUESTered Identifies that an issue has been imported into Quest. SignalR Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
No open projects
Development

No branches or pull requests

2 participants