From: Anthony GEAY Date: Fri, 19 Feb 2021 23:07:06 +0000 (+0100) Subject: Just for the fun X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fagy%2Farchi5_00;p=modules%2Fgui.git Just for the fun --- diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 775e3034e..1c2dbd3ed 100644 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -451,7 +451,6 @@ void GUIAppOldStyle::shutdownRemoteServersIfNeeded(bool remoteLauncher) SALOME::Session_var GUIAppNewStyle::getSession() { - GetSessionRefSingleton()->get_future().wait(); SALOME::Session_var session = GetSessionRefSingleton()->get_future().get(); return session; }