-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[release/7.0] Fix sending to another client from OnConnectedAsync #47204
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
Conversation
|
Hi @github-actions[bot]. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
|
Hi @github-actions[bot]. Please make sure you've updated the PR description to use the Shiproom Template. Also, make sure this PR is not marked as a draft and is ready-to-merge. To learn more about how to prepare a servicing PR click here. |
|
Hi @github-actions[bot]. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed. |
|
I believe this one has to be held off and wait for the next window? |
Correct |
|
We expect to merge this in early April (when branches open), right? |
Yes |
|
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Backport of #47203 to release/7.0
/cc @BrennanConroy
Fix sending to another client from OnConnectedAsync
Description
If you send a message to a client (not the currently connecting client) from
OnConnectedAsyncit will send to the currently connecting client instead.Fixes #47189
Customer Impact
Issue reported by customer. This breaks their scenario of sending to another connection when a new client connects.
Worked in 6.0 (and older versions), broke in 7.0.
Regression?
Regressed in 7.0
Risk
Single character fix, was a typo/copy-paste error. Added new test for the broken scenario.
Verification
Packaging changes reviewed?