-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error: Checksum mismatch cbdadf93f550a847 != 8b992499f9ee7aac #350
Comments
Can you provide a minimum set of code to reproduce, without chunks? The server example is a bit outdated here, and we are open to PRs for an update to it. Could be a duplicate of #163 |
If it does not happen if you don't send chunks, it certainly sounds like #158 and #163 to me. If you can reproduce this issue without sending chunk contents or empty chunks then we can keep this open, otherwise there's no need for 3 issues tracking the same thing. The checksum mismatch issue here is likely a cascading failure from an issue with the login procedure (not sending correct packet or chunks are invalid/rejected). If the Server works through the Relay there should not be any problems using a standalone server -- if you'd like to investigate this issue you can compare the sequence in a vanilla client with Relay to see if any packets are missing. It could be our example needs to be fixed. |
I managed to fix that issue, and the client was able to render the chunks. |
The issue was because of network_chunk_publisher_update |
My code: https://pastebin.com/AvQFuwNp
Error: Checksum mismatch cbdadf93f550a847 != 8b992499f9ee7aac
The text was updated successfully, but these errors were encountered: