-
Type: Improvement
-
Resolution: Done
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: None
-
6914
-
SDK FY21-Q2
Problem: Due to the merge of the Stitch SDK into Realm we ported the asynchronous operations directly using GMS Tasks. This requires adding the Task framework, which adds some weight.
Suggestion: We could use a version of RealmAsyncTask that delivers the result and adapt the solution to our own framework instead of using Google's.