Skip to content

Conversation

@BrennanConroy
Copy link
Member

@BrennanConroy BrennanConroy commented Apr 13, 2022

Fixes #40475

The token wasn't being passed in because of a bug in Pipelines see original change aspnet/SignalR#1718 (comment)
The bug was fixed a day after the PR was merged and we never reacted 🤣
dotnet/runtime#25633

For full transparency, this doesn't mean the written Hub message wont be sent to the server. It only means the user has decided they don't want to wait any longer on any backpressure applied by the Pipe. For invokes it also means the client will ignore any CompletionMessage for the canceled invokes (but this isn't new).

@BrennanConroy BrennanConroy added the area-signalr Includes: SignalR clients and servers label Apr 13, 2022
@BrennanConroy BrennanConroy requested a review from davidfowl April 13, 2022 21:41
@BrennanConroy BrennanConroy requested a review from halter73 as a code owner April 13, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-signalr Includes: SignalR clients and servers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Figure out unused CancellationToken in HubConnection.SendHubMessage

3 participants