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

Better NetworkPacket chunking #105

Open
3 tasks
leafreynolds opened this issue May 30, 2024 · 0 comments
Open
3 tasks

Better NetworkPacket chunking #105

leafreynolds opened this issue May 30, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@leafreynolds
Copy link
Owner

There's a lot of data on the player's spiritweb and often we just send the entire thing (regardless of what's changed) to every client. We probably do this via multiple triggers: general syncing, mode changes, etc.

We should refine this, with the ability to mark certain sections of the spiritweb as needing re-syncing. That way we can drastically reduce the number of packets and size of those packets.

  • Power Modes
  • Submod sections (ie allomancy consumed metal counts, hemalurgy eye position etc)
  • Changing selected manifestation
    etc etc.

Basically mark things as only being sent if they have changed.

@leafreynolds leafreynolds added the enhancement New feature or request label May 30, 2024
@leafreynolds leafreynolds added this to the Cosmere milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant