Hey there! We’re using Multik in production, and i...
# mathematics
m
Hey there! We’re using Multik in production, and it’s working great - most of the time, because it crashes for some of our users with:
IllegalStateException: Fail to find engine
What’s weird about this is that it is happening only sometimes. Did anyone ran into this issue? Link: https://github.com/Kotlin/multik/issues/155
👀 1
r
сс @Pavel Gorgulov
m
(added a comment: there might be threading involved) https://github.com/Kotlin/multik/issues/155#issuecomment-1516570499
p
As you noticed in the comment, the problem at first glance does seem to be related to thread safety, namely its absence. I’ll investigate this issue further, and if I find any other causes, I’ll let you know
m
Thanks a lot for looking into this! 👏