I’m having terrible issues on Android, I’m very often getting ‘timed out’ errors for a messaging system I’ve built, but the weird thing is; this is inconsistent with iOS which seems ok.
I’m using coronium:run to call a server function which amongst other things calls coronium.mongo:getObject , coronium.mongo:updateObject or coronium.mongo:createObject depending on various things.
Where can I start in debugging this for Android if ios is ok? Are there any known issues that might cause this either on the Coronium side or the Corona SDK side?