Skip to content

4.100.2 - asyncBoot will no longer try booting server again if it is already booted

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 21 May 20:19
· 11 commits to main since this release
2c185b7

What's Changed

asyncBoot will no longer try booting server again if it is already booted by @RussBaz in #3195

The synchronous boot function skips running the lifecycle handlers if the server is already booted. However, the async version ignored this check. I have added a small fix to add this check again.

This patch was released by @0xTim

Full Changelog: 4.100.1...4.100.2