Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in [Package]
Issue ID
1046933
Regression
No
Editor concurrency of 10 connections causing too much network congestion on slow upload speeds
REPRO STEPS
Based on https://unity3d.zendesk.com/agent/tickets/489528
1) Limit upload rate to <1Mbps.
2) Open a Collab-enabled project.
3) Try to upload 100MB of assets.
ACTUAL
The upload fails with a request timeout. Our 10 connections create too much congestion on the user's network, causing the upload to overwhelm their router and to fail.
EXPECTED
The upload should complete by starting with a small number of open simultaneous connections and then ramping up until an optimal number of connections are created. This will both ensure that slower networks will be able to upload without crashing their Internet connection and that faster networks will be able to upload/download as fast as their network can handle.
WORKAROUND
They can try rebooting their router and/or making sure there are no other devices also using the same gateway during the large upload.
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note:
Converting bug to a feature request since it will require a major refactor to properly resolve.