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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
Resolution Note:
Converting bug to a feature request since it will require a major refactor to properly resolve.