The title says it all. I've done some searching but haven't found anything concrete.
Do I need to call realm.close after doing realm.executeTransactionAsync or does the async transaction handle that?
Thank you
EDIT: Per EpidPandaForce, executeTransactionAsync closes the background realm instance when complete.
But what is the proper way to close the realm instance if executeTransactionAsync is called from the UI thread? In the transactions onSuccess/onFailure?