Thomas
09/24/2020, 6:40 PMIos
engine from Dispatchers.Default
is supported, too? I tried that and get an IncorrectDereferenceException
from Ktor code. When I modify the Ktor io.ktor.client.engine.ios.IosClientEngine
code (and related files in the same package) by adding some freeze()
calls, it works fine when called from Dispatchers.Default
. Is this expected behaviour at this time?e5l
09/24/2020, 6:44 PMDispatchers.Default
support is the next stepThomas
09/24/2020, 7:08 PMfreeze()
calls to the Ios engine code and it works with Dispatchers.Default
in my project already.e5l
09/25/2020, 5:52 AMThomas
09/25/2020, 8:24 AMe5l
09/25/2020, 8:25 AMThomas
09/25/2020, 8:25 AMe5l
09/25/2020, 8:26 AMmakeShared
is for common code, in native you can use freeze
or makeShared
Thomas
09/25/2020, 9:15 AMe5l
09/25/2020, 9:30 AM