10000 v1.17: exits send_datagram_task if the connection is closed (backport of #33836) by mergify[bot] · Pull Request #34327 · solana-labs/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

v1.17: exits send_datagram_task if the connection is closed (backport of #33836) #34327

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

mergify[bot]
Copy link
Contributor
@mergify mergify bot commented Dec 5, 2023

This is an automatic backport of pull request #33836 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Waiting on receiver.recv() can unnecessarily block while the connection is already closed.
The commit exits send_datagram_task if the connection is closed.

(cherry picked from commit 03fbe08)
@behzadnouri behzadnouri requested a review from joncinque December 5, 2023 18:30
@behzadnouri behzadnouri added the v1.17 PRs that should be backported to v1.17 label Dec 5, 2023
Copy link
Contributor Author
mergify bot commented Dec 5, 2023

Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis.

@behzadnouri behzadnouri added the automerge Merge this Pull Request automatically once CI passes label Dec 5, 2023
Copy link
codecov bot commented Dec 5, 2023

Codecov Report

Merging #34327 (8f3fabf) into v1.17 (e3bd31c) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Additional details and impacted files
@@           Coverage Diff           @@
##            v1.17   #34327   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         803      803           
  Lines      218108   218110    +2     
=======================================
+ Hits       178500   178527   +27     
+ Misses      39608    39583   -25     

@behzadnouri behzadnouri merged commit a665996 into v1.17 Dec 5, 2023
@behzadnouri behzadnouri deleted the mergify/bp/v1.17/pr-33836 branch December 5, 2023 22:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes v1.17 PRs that should be backported to v1.17
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0