Clarified comment on controller endpoint cleanup

This commit is contained in:
ksuprynowicz 2023-07-22 12:47:15 +02:00 committed by GitHub
parent 790a55d093
commit f3732aaa62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7557,8 +7557,8 @@ void Application::registerScriptEngineWithApplicationServices(ScriptManagerPoint
// Request removal of controller routes with callbacks to a given script engine
auto userInputMapper = DependencyManager::get<UserInputMapper>();
userInputMapper->scheduleScriptEndpointCleanup(scriptManager->engine().get());
// V8TODO: Maybe we should wait until endpoint cleanup is finished before deleting the script engine if there are still crashes
QObject::disconnect(*connection);
// V8TODO: Maybe we should wait until removal is finished if there are still crashes
});
}