Merge "Quickfix - removed join in SimpleClient"
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / SimpleClient.java
index 67f86479823eaed7c0e1003b5f40110c81542a85..b85b6b0e8a5ff8bca0d85e1a56e522f02518684d 100644 (file)
@@ -65,8 +65,8 @@ public class SimpleClient extends Thread {
 
             b.connect(host, port).sync();
 
-            scenarioHandler.join();
             synchronized (scenarioHandler) {
+                LOGGER.debug("WAITING FOR SCENARIO");
                 scenarioHandler.wait();
             }
         } catch (Exception ex) {