1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

block and wait for accept thread to exit. (#443)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
fakeshadow
2022-03-02 11:52:12 +08:00
committed by GitHub
parent 2a54065fae
commit 7804ed12eb
3 changed files with 19 additions and 5 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Wait for accept thread to stop before sending completion signal. [#443]
[#443]: https://github.com/actix/actix-net/pull/443
## 2.0.0 - 2022-01-19