Hi! I’m facing some weird behaviors using async/await on the iOS side to consume stuff from the shared module. It only happens to me on the Release version of the app. For example: In debug mode, if I turn off my internet connection and call a method from shared that does an API request, it emits an error. However, in the Release mode, that error is not being emitted.
Does anyone here have ever faced this type of weird behavior?