park bug fixed

This commit is contained in:
王劲鹏 2019-11-13 20:14:34 +08:00
parent cafec58778
commit 5b3f929ee0

View File

@ -60,7 +60,7 @@ public class RemoteJSExecutor {
// 被远端强制断开
System.out.println("remote js executor eof");
LockSupport.park(current);
LockSupport.unpark(current);
EventBus.getDefault().post(new QuitDebugEvent());
}
}