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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note:
Converting bug to a feature request since it will require a major refactor to properly resolve.