fred
fred
Any updates on this idea @matvp91 ?
I'm having the same behavior with MySQL.
@jamesdixon We've read about setting ``` context.callbackWaitsForEmptyEventLoop = false; ```, so the function shutdowns when the event loop is finished. I'll have to wait until we release it. I found...
Hi @anod It seems so, yes. Is this issue causing crashes for the users? It only affects a small portion of our user base, and we've followed the setup in...
@anod App Center reports the only function names where the crash occurs (from native crashes atleast). It appears to be random. Also we are not sending events right now; we...
To add more context, we are creating 3 loggers currently. ```kotlin private fun getLogConfiguration(apiKey: String, teamName: String): ILogConfiguration { val config = LogManager.getLogConfigurationCopy().apply { set(LogConfigurationKey.CFG_STR_PRIMARY_TOKEN, apiKey) set(LogConfigurationKey.CFG_STR_FACTORY_NAME, teamName) set(LogConfigurationKey.CFG_STR_FACTORY_HOST, teamName)...