Three scenarios:
-
App is not connected to wifi. No problem.
-
App i s connected to wifi, and wifi is connected to internet. No problem.
-
App is connected to wifi, but wifi is no t connected to internet. App freezes upon startup and crashes out after 20 seconds.
I think this is the error:
warning "Libinfo call to to mDNS responder on main thread"
My use case is a LAN with several Corona apps and a local socket server to allow the apps to talk to one another.
Why would the app block in this case? Is this a bug in Corona? It seems like a valid use case.
The freeze is occurring before I initiate any socket connections. It seems to be part of Corona standard startup procedure.
Thanks
Mat