From 0f5f573de86f2220618fe0fb31299be44ad5a95f Mon Sep 17 00:00:00 2001 From: Anthony GEAY Date: Sat, 20 Feb 2021 00:07:06 +0100 Subject: [PATCH] Just for the fun --- src/Session/SALOME_Session_Server.cxx | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2