Skip to content

fix(networking): size the handshake writer to fit the mod list - #105

Draft
XaineDev wants to merge 1 commit into
NuclearPowered:masterfrom
XaineDev:fix/handshake-writer-size
Draft

fix(networking): size the handshake writer to fit the mod list#105
XaineDev wants to merge 1 commit into
NuclearPowered:masterfrom
XaineDev:fix/handshake-writer-size

Conversation

@XaineDev

Copy link
Copy Markdown

game throws an ArgumentException and hangs when joining practice/lobbies due to destination array not being long enough.
removed the 1000 byte limit in place of a dynamic allocation.

@XaineDev

Copy link
Copy Markdown
Author
image heh.

@XtraCube

Copy link
Copy Markdown
Contributor

It is not recommended to send packets greater than 1000 bytes in size, hazel limitations.

@Pietrodjaowjao

Copy link
Copy Markdown
Contributor

Yeah, and MTU

@XaineDev
XaineDev marked this pull request as draft July 29, 2026 17:16
@XaineDev

Copy link
Copy Markdown
Author

will work on a different fix that fits within the 1000 byte limitations, ty for the information

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.

3 participants