Closed jdonkervliet closed 4 years ago
In GitLab by @swabbur on May 11, 2020, 20:28
changed the description
In GitLab by @swabbur on May 11, 2020, 20:28
I've put the issue on hold as it is non-critical to the messaging system. However, it must be implemented before the end of the project.
In GitLab by @swabbur on May 15, 2020, 01:34
changed title from Custom executor for chunk {-updates-} to Custom executor for chunk {+streaming+}
In GitLab by @swabbur on May 18, 2020, 16:42
closed
In GitLab by @wubero on May 9, 2020, 12:57
In order to make chunk streaming fairer between players and to improve the user experience, it is required to send chunks in order of distance to the player to whom they need to be send. Ensuring that all players have a minimum view distance before players with more resources available being allowed to request more chunks.
Making these changes should be done in such a fashion that chunks previously enqueued for sending can also be removed from the queue in case the view distance or position of the player changes.