Search Issue Tracker
Fixed in 5.6.0
Votes
1
Found in
5.4.0f3
Issue ID
825679
Regression
No
UnityWebRequest lag when DNS can't resolve domain name given in url
We're experiencing a problem with UnityWebRequest in case when DNS can't resolve domain name given in url.
If we can't connect on some domain name then we connect on the specific ip address. But if ~10 UnityWebRequests which can't be resolved in DNS were created and aborted then any other requests will be completed with a huge lag ~ 20 seconds.
To reproduce:
1. Set DNS to 1.1.1.1
2. Open attached project
3. Play scene
4. See the console output like "Done sec: 20.643974" - it means that simple request was done in 20 seconds
Reproducible: 5.5.0a6, 5.4.0p2, 5.3.6p3, 5.2.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment