ishitatsuyuki
02/25/2022, 8:27 AMembeddedServer
? There are two serious issues:
1. The documentation doesn't mention that the reloader only works if the module
parammeter to embeddedServer
refers to a function (if you use the lambda in attempt for simplicity, it doesn't work).
2. The server appears to break and start giving empty responses under some race condition, maybe if another HTTP request arrive during the restart? (still debugging)module()
call.Aleksei Tirman [JB]
02/25/2022, 9:18 AM