kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Functions timeout at 15s regardless of requestTimeout value #3

Closed revabu closed 4 years ago

revabu commented 4 years ago

I've set a requestTimeout of 60000 for a stitch function that can take a while sometime (10-30s) but when it timeouts, it's always at around 15s instead. Let me know if I'm missing something. Thanks!

kfiross commented 4 years ago

Hi, i will check it as soon as possible. Maybe there is some incorrect code on the native side, thanks for noticing

kfiross commented 4 years ago

You were right (missed in iOS), a hotfix uploaded now