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
- UIToolkit Label color gradient is removed when Outline Width is set to anything other than 0
- The selector disappears in the Project Window when selecting anything in the Inspector Window
- VFX Graph Properties are not rearrangeable when in a Category
- Search Window does not reload when applying labels to assets
- Crash on memcpy in CachedWriter when building a certain project
Add comment