Join Slack
Powered by
I am hitting this `ThrowWorkerInvalidState()` with...
# kotlin-native
k
Kris Wong
11/19/2019, 7:57 PM
I am hitting this
ThrowWorkerInvalidState()
with 1.3.60, did not happen with 1.3.50
Worker.cpp
Kris Wong
11/19/2019, 8:49 PM
I have figured out what was causing this error - though the error itself did not help at all in finding the cause
Kris Wong
11/19/2019, 8:50 PM
i removed the inline keyword from a class declaration, so it needed to be explicitly frozen when being passed to the worker
Kris Wong
11/19/2019, 8:51 PM
it just so happened that none of the other objects needed to be explicitly frozen
o
olonho
11/20/2019, 6:03 AM
it shalln’t be the case - inline classes over primitive types shall work as if they are primitive types wrt object transfer
4
Views
Open in Slack
Previous
Next