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

Support for bundle packets #114

Closed
SkytAsul opened this issue Nov 2, 2024 · 4 comments
Closed

Support for bundle packets #114

SkytAsul opened this issue Nov 2, 2024 · 4 comments

Comments

@SkytAsul
Copy link

SkytAsul commented Nov 2, 2024

For now, the content pane for the bundle packet shows an empty JSON object ({}). Is it possible to show the content of those packets?

@adepierre
Copy link
Owner

adepierre commented Nov 2, 2024

Not sure what you'd like to see as this packet has no content so there is nothing to display. Also note that this packet is a purely protocol one made to ensure the client process a group of packets in the same tick and it's in no way related to the in-game bundles that can store items.

@SkytAsul
Copy link
Author

SkytAsul commented Nov 2, 2024

That's precisely what I want to see: the packets inside the bundle packet. Or is it already the case?

@adepierre
Copy link
Owner

There is no other packet inside. It's just used as a delimiter so you need to look at the packets that came before/after.

@SkytAsul
Copy link
Author

SkytAsul commented Nov 3, 2024

Oooh okay sorry about that! I based myself on the Java server implementation of it, which is a record class containing other packets.
Thanks for the answers!

@SkytAsul SkytAsul closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2024
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

2 participants