Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: batch map requests #1377

Closed
1 task done
lodicolo opened this issue Jul 12, 2022 · 0 comments · Fixed by #2023
Closed
1 task done

enhancement: batch map requests #1377

lodicolo opened this issue Jul 12, 2022 · 0 comments · Fixed by #2023
Labels
enhancement Minor feature addition or quality of life change

Comments

@lodicolo
Copy link
Member

Description

As an extension of #1375 I think it would be beneficial if we calculate a list of all maps that we need to load, and then send a singular request packet with a list of IDs.

I do not know if it would be equally feasible to also batch the map data responses (but this may hit some packet size limitation).

Intended Use-Case

This would help reduce the number of packets going over the wire that need to be processed during map transitions.

Duplicate Check

  • This enhancement idea is not a duplicate to the best of my knowledge.
@lodicolo lodicolo added the enhancement Minor feature addition or quality of life change label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Minor feature addition or quality of life change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant