park bug fixed
This commit is contained in:
parent
cafec58778
commit
5b3f929ee0
@ -60,7 +60,7 @@ public class RemoteJSExecutor {
|
|||||||
// 被远端强制断开
|
// 被远端强制断开
|
||||||
System.out.println("remote js executor eof");
|
System.out.println("remote js executor eof");
|
||||||
|
|
||||||
LockSupport.park(current);
|
LockSupport.unpark(current);
|
||||||
EventBus.getDefault().post(new QuitDebugEvent());
|
EventBus.getDefault().post(new QuitDebugEvent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user