return corresponding js decoder on sync

This commit is contained in:
王劲鹏 2019-10-31 19:10:07 +08:00
parent 15dd196e79
commit 90c5dd28b4

View File

@ -166,7 +166,7 @@ public class RemoteJSExecutor {
webSocket.send(gson.toJson(jo));
LockSupport.park(Thread.currentThread());
return null;
return temp;
}
public void destroy() {