};
commandSender.sendV8CommandAsync(message, true, callbackWrapper, syncCallback);
boolean waitRes;
try {
waitRes = syncCallback.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS);
} catch (RuntimeException e) {
throw new CallbackException(e);
}
if (!waitRes) {