Commit e32fd199 authored by Marc Vef's avatar Marc Vef
Browse files

Merge branch...

Merge branch 'rnou/238-applications-creating-childs-fork-clone-pthread_create-may-suffer-issues-in-gekkofs' into 'master'

Resolve "Applications creating childs (fork/clone/pthread_create), may suffer issues in GekkoFS"

Closes #238

See merge request !156
parents 9d6b5978 c3d471dd
Loading
Loading
Loading
Loading
Loading
Compare 609f3de4 to d8755039
Original line number Diff line number Diff line
Subproject commit 609f3de4902c276a9831681156f6a17fbf4ad9b4
Subproject commit d8755039c82501323cdc9a4f5a2b922b9b3bcac7
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ init_hermes_client() {
            opts |= hermes::force_no_block_progress;
        }

        opts |= hermes::process_may_fork;

        ld_network_service = std::make_unique<hermes::async_engine>(
                hermes::get_transport_type(CTX->rpc_protocol()), opts);
        ld_network_service->run();