microsoft / rDSN

Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replication_service_app::start doesn't use working_dir set in config.ini

bswtzr opened this issue · comments

error_code replication_service_app::start(int argc, char** argv)
{
replication_options opts;
opts.initialize();
// FIXME
// opts.working_dir = std::string("./") + argv[0];

_stub = new replica_stub();
_stub->initialize(opts);
_stub->open_service();
return ERR_OK;

}

Thanks, @bswtzr. We're looking into this.

@bswtzr, the bug should now be fixed. Please update and try. Thank you.