Bug #8720
dedicatedSessionProcess() only returns true after start()
Start date:
06/23/2021
Due date:
% Done:
100%
Estimated time:
Description
WServer::dedicatedSessionProcess()
never returns true before WServer::start()
is called. In many situations we want to know this earlier, like when when conditionally adding static resources., It would be better to do this when the server configuration is being set.