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

Fix worker are notified to stop with non_graceful shutdown (#333)

This commit is contained in:
fakeshadow
2021-04-15 16:54:15 -07:00
committed by GitHub
parent 47fba25d67
commit aeb81ad3fd
2 changed files with 19 additions and 31 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* Server shutdown would notify all workers to exit regardless if shutdown is graceful.
This would make all worker shutdown immediately in force shutdown case. [#333]
[#333]: https://github.com/actix/actix-net/pull/333
## 2.0.0-beta.4 - 2021-04-01