Search Issue Tracker
Duplicate
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2018.4.3f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1188229
Regression
No
UnityWebRequest opens and keeps seperate connections for each request
How to reproduce:
1. Open the attached project
2. Change the IP addresses to yours in the PythonServer/bounce.py and Assets/Request.cs scripts
3. Build the project
4. Open the built Player on other machine
5. Start the python server (python3 PythonServer/bounce.py)
6. On the client machine, keep pressing "Connect"
7. On the client machine, check open network connections (using netstat)
Actual result: The client creates different connection for each request (the connection stays alive).
Expected result: The opened connection has to be closed or the requests have to go through the same connection.
Reproducible with: 2020.1.0a8, 2019.3.0b6, 2019.2.8f1, 2018.4.11f1, 2017.4.33f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment