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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Converting bug to a feature request since it will require a major refactor to properly resolve.