Skip to content

Catch exception at server startup

Mathieu Donze requested to merge wip into master

If the name server is not reachable, an exception is raised. This commit will catch the C++ exception and propagates it to the node part in order to keep the node process running.

Merge request reports