We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0e625 commit cdacefeCopy full SHA for cdacefe
libs/server/src/ecflow/server/HttpServer.cpp
@@ -228,7 +228,7 @@ void HttpServer::handle_terminate(bool terminate) {
228
std::cout << " <-- HttpServer exiting server via terminate()" << std::endl;
229
}
230
231
- io_.post([this]() {
+ boost::asio::post(io_, [this]() {
232
server_->handle_terminate();
233
acceptor_.close();
234
io_.stop();
0 commit comments