lonemeow / acc-connector

Direct server connection utility for Assetto Corsa Competizione
MIT License
11 stars 1 forks source link

Make DNS resolutions asynchronous #21

Open lonemeow opened 6 months ago

lonemeow commented 6 months ago

Currently the app resolves DNS names synchronously, which can cause a long hang on startup when there are many names to resolve and the DNS server is slow in responding. DNS resolution should be done asynchronously in the background to improve UX.