Please report new issues athttps://github.com/DOCGroup
The plan launcher has in Plan_Launcher.cpp the following code to wait for keyboard input, it is better to use an event handler together with reactor->register_stdin_handler. ACE_DEBUG ((LM_DEBUG, "Press <Enter> to tear down application\n")); char dummy [256]; std::cin.getline (dummy, 256);
to will
I will handle this
accept
Changed component
to pool
This code has been removed in the new version.