return corresponding js decoder on sync
This commit is contained in:
parent
15dd196e79
commit
90c5dd28b4
@ -166,7 +166,7 @@ public class RemoteJSExecutor {
|
|||||||
webSocket.send(gson.toJson(jo));
|
webSocket.send(gson.toJson(jo));
|
||||||
|
|
||||||
LockSupport.park(Thread.currentThread());
|
LockSupport.park(Thread.currentThread());
|
||||||
return null;
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void destroy() {
|
public void destroy() {
|
||||||
|
Reference in New Issue
Block a user