android10 / android10/Android-CleanArchitecture

Cloud and Disk logic executed on Main Thread

Open
#192 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
15.5k
Forks
3.3k
PR merge metrics
No merged PRs in 30d

Description

Not sure if its on purpose but the way you made rxjava with subscribeOn and observeOn doesn't put UserDataStore logic on background Thread. You have to Defer logic to background Thread.

You can check it in this thread.
http://stackoverflow.com/questions/29169194/why-does-subscribe-not-executed-in-a-new-thread

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.