Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2020.3
2020.3.0f1
2021.1
2021.2
Issue ID
1327309
Regression
No
.NET HttpClient class is 2-3 times slower than TcpClient when uploading same File
Reproduction steps:
1. Open the lined "UploadSpeedTestProject"
2. Open Task Manager, sort by Network usage
3. Edit Line 19 of UploadTest.cs to match your device
4. In the UploadTest menuItem, click TestHttpClient, upload will start, check network usage
5. Click TestTcpClient, check network usage
Expected result: Upload time and network usage are the same (or very similar)
Actual result: HttpClient Upload is 2-3 times slower.
Reproducible with: 2019.4.26f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a16
Notes: The difference seems to be noticeable only during the first test, after that the speeds seem to equalize for a while
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2022.1.X):
The overhead of the HttpClient accounts for this difference and can be observed with Mono, .Net Framework and .Net Core. However this test case does highlight a performance difference with the TLS provider un Unity vs. .Net Core and Mono. This is something that we have added to our backlog to investigate in a future release.