Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.17: exits send_datagram_task if the connection is closed (backport…
… of #33836) (#34327) exits send_datagram_task if the connection is closed (#33836) 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) Co-authored-by: behzad nouri <behzadnouri@gmail.com>
- Loading branch information