You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fun main() {
println("START")
SharedFlowPresenter()
CFRunLoopRun() // run event loop
}
The code above works fine but if I comment the LINE 1 and uncomment the LINE 2 I get kotlin.native.concurrent.FreezingException when calls repository.devices.collect . Can anyone help me to understand that?
Thank you so much
The text was updated successfully, but these errors were encountered:
Hello guys.
I have the following object
And the following class
Main function
The code above works fine but if I comment the LINE 1 and uncomment the LINE 2 I get
kotlin.native.concurrent.FreezingException
when callsrepository.devices.collect
. Can anyone help me to understand that?Thank you so much
The text was updated successfully, but these errors were encountered: