Nikky
02/06/2020, 9:07 PMjava.lang.IllegalStateException: You may not call the store from a thread other than the thread on which it was created.
but how would be the easiest way to lets say.. make sure that this does not happen by using the same thread / coroutine context ?Chenn
02/18/2020, 10:22 AMPatrick Jackson
02/18/2020, 2:11 PMstore,dispatch
and store.state
need to happen on the same thread. You may be accessing store.state from another thread?CoroutineScope(Dispatchers.Main)
Nikky
02/24/2020, 9:22 AMtim
03/10/2020, 3:59 PMPatrick Jackson
03/17/2020, 1:38 PMtim
03/17/2020, 1:39 PM