295296297298299300301302303304305
if (!createdState) { // inform the remote side of termination if (!local) { try { synchronized(connection) { connection.sendOneWay(new CloseMessage(msg)); Thread.sleep(100); } } catch (InterruptedException ire) { // OK } catch (Exception e1) {