fixed graceful shutdown handling

This commit is contained in:
Gani Georgiev
2023-12-08 21:16:48 +02:00
parent d86e20b7f2
commit 506b759560
5 changed files with 35 additions and 13 deletions
+2
View File
@@ -78,6 +78,8 @@
- Trigger the `app.OnTerminate()` hook on `app.Restart()` call.
_A new bool `IsRestart` field was also added to the `core.TerminateEvent` event._
- Fixed the graceful shutdown handling.
## v0.20.0-rc3