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

Fix end bundle bundle_delimiter packet not being emitted #1248

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

PondWader
Copy link
Contributor

Currently NMP doesn't emit the bundle_delimiter packet if it is ending a bundle.
Leading to issues like this for proxies: #1242 (comment)
An easy way to recreate the issue is run the proxy example and mount a horse through the proxy, everything will freeze as it does not receive the closing bundle_delimiter packet so it doesn't process the bundle.

This fixes the issue by emitting the final bundle_delimiter packet.

@rom1504 rom1504 merged commit 35b2aa5 into PrismarineJS:master Jul 29, 2023
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

Successfully merging this pull request may close these issues.

2 participants