geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Crash when loading discovery while internet connection is offline #19

Closed jornane closed 3 years ago

jornane commented 3 years ago

The function EduroamConfigure.IdentityProviderDownloader.LoadProviders() can throw an InternetConnectionException, which is not caught further up.

It must be caught in these three functions:

jornane commented 3 years ago

Fixed in 148d25d