dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
107 stars 63 forks source link

Fix broken ircddbGateway broken UI #116

Closed F4FXL closed 7 years ago

F4FXL commented 7 years ago

wxHTTP and wxURL are really flawed. They randomly crash when not called from main thread.

This commit addresses this flaw. Previous XLX implementation broke the GUI version. DownloadLogic has been externalised to a separate class.