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
- ListView fails to display items when the source list is cleared and a single element is added
- UI Toolkit ':hover' state remains active when another panel is drawn over the hovered element and Touch input is used
- Unsupported Orient modes can be selected and throw errors when using Strip VFX
- "Tab" key exits the name text field in the VFX Graph tab when renaming the Property
- Shader warnings are thrown when deleting blocks in the Ribbon VFX Graph
Add comment