-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IncorrectDereferenceException: Trying to access top level value not marked as @ThreadLocal or @SharedImmutable from non-main thread #799
Comments
Hi @XandrMaster Can you provide a bit more information:
Also, any reason you are making the |
Sure :
|
@XandrMaster Could you also please supply the stack trace from the error to indicate which top level value that is causing the issue? |
Sure , here you are:
|
Hello guys . I have an exception and crash only for iOs when I config my Real from non-main thread 🙁 . Take a look pls to source code:
if I calling
forceInit()
from iOs it crashes . This code in common module . For Android works fine .With
Dispatchers.Main
all good.Thanks .
The text was updated successfully, but these errors were encountered: