I’m building a custom plugin, but I have a problem, the JS function on the Capacitor side invokes an Android function that does an async operation, basically fetching a JSON file and storing it in local storage, the problem is that the async function is not being called, seems that the capacitor terminates long-running/async function.