最佳答案
In 生产模式, is there a way to force a full restart of the application (I am 没有 talking about a hot reload at development time!).
实际用例:
在初始化过程中,应用程序检测到没有网络连接。缺乏网络连接可能会阻碍正确启动(例如,加载外部资源,如 JSON 文件...)。
在最初的握手过程中,需要下载一些重要资源的新版本(某种更新)。
在这两种用例中,我都希望应用程序能够完全重新启动,而不是必须在 ApplicationState 级别构建复杂的逻辑。