I’ve had a lot of problems with async anything. W...
# android
c
I’ve had a lot of problems with async anything. Writes tend to be super slow and I’ve had problems where the transaction blocks the main thread even when wrapped in an async transaction and or on a background thread.