App freezing when connected to WiFi LAN which is not connected to internet.

Three scenarios:

  1. App is not connected to wifi. No problem.

  2. App i s connected to wifi, and wifi is connected to internet. No problem.

  3. 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

Can you file a bug report on this please? Use the Report a Bug link at the top of the page.

Your project should contain a main.lua, config.lua and build.settings and any art/sound assets needed to run the demo. The code should be the minimal that can reproduce the problem.  Put the whole thing in a .zip file and submit it with the form on the Report a bug form.

Once you file the report, you will get an email with a CaseID number. Please post that back here as a reference.

Rob

Can you file a bug report on this please? Use the Report a Bug link at the top of the page.

Your project should contain a main.lua, config.lua and build.settings and any art/sound assets needed to run the demo. The code should be the minimal that can reproduce the problem.  Put the whole thing in a .zip file and submit it with the form on the Report a bug form.

Once you file the report, you will get an email with a CaseID number. Please post that back here as a reference.

Rob