Open schlaegerz opened 6 years ago
Yeah this is killing me. I'm going to investigate for options to make them run in the background
I'm facing with this issue also.
Maybe you update your subscription during animations?
I solved that by using InteractionManager
before I start the subscription.
Hope that helps.
I'm facing with this issue also. Maybe you update your subscription during animations? I solved that by using
InteractionManager
before I start the subscription.Hope that helps.
Would you mind giving an example of how you achieved that? @hqtoan94
Any time I try to update a subscription it seems that my UI thread is hanging.
Is there any way to run it on a background thread?