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

multiserver: tracker subroute #3453

Open
Berserker66 opened this issue Jun 3, 2024 · 0 comments
Open

multiserver: tracker subroute #3453

Berserker66 opened this issue Jun 3, 2024 · 0 comments

Comments

@Berserker66
Copy link
Member

Berserker66 commented Jun 3, 2024

What feature would you like to see?

Our Multiserver supports in theory websocket routing, currently we only use "/". We've seen multiple requests for real-time tracking of each player's checked locations and received items, as well as the chat flow. We could therefore add /tracker to the server, which would require some kind of sign-in token, possibly given to already authed players, which would allow attaching with a different network protocol that pushes all players location checks and item updates, as well as the chat.

An alternative method, though personally I think it would be messier, would be a new packet to "upgrade" an existing connection to go multi-slot.

I believe #3408 is one such request for this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant