DigifloHendrix
DigifloHendrix
Thank you for your quick response. You're right that the issue might be in our implementation. After reviewing our code, I've identified some areas where we're using `await` that could...
@christocracy, thank you for your input. We've analyzed the situation further: 1. The hang occurs within `TSLocationManager queue:type:`, which is part of the plugin's compiled code. 2. Main thread stack...
@christocracy, thank you for your follow-up. To clarify: 1. We're not calling `getCurrentPosition` within the `onLocation` handler. These are separate operations in our app. 2. `getCurrentPosition` is a method provided...
@christocracy, I apologize for any confusion. Let me clarify our situation: 1. We are NOT calling `getCurrentPosition` within the `onLocation` handler. These are separate, independent operations in our app. 2....