define Server.BaseContext to cancel globally the SSE connections on server shutdown

This commit is contained in:
Gani Georgiev
2023-12-08 23:14:00 +02:00
parent 506b759560
commit 35fc6d0734
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
- 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.
- Fixed graceful shutdown handling and speed up a little the app termination time.
## v0.20.0-rc3